Skip to content

Commit

Permalink
dev-ros/visp_auto_tracker: Depend on dev-libs/boost:=[threads(+)]
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jun 18, 2021
1 parent 9bfb310 commit 4d630cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -21,7 +21,7 @@ RDEPEND="
dev-ros/visp_bridge
dev-ros/visp_tracker
sci-libs/ViSP:=[dmtx,zbar]
dev-libs/boost:=[threads]
dev-libs/boost:=[threads(+)]
media-libs/opencv:=
"
DEPEND="${RDEPEND}
Expand Down
4 changes: 2 additions & 2 deletions dev-ros/visp_auto_tracker/visp_auto_tracker-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -21,7 +21,7 @@ RDEPEND="
dev-ros/visp_bridge
dev-ros/visp_tracker
sci-libs/ViSP:=[dmtx,zbar]
dev-libs/boost:=[threads]
dev-libs/boost:=[threads(+)]
media-libs/opencv:=
"
DEPEND="${RDEPEND}
Expand Down

0 comments on commit 4d630cc

Please sign in to comment.