diff options
author | 2021-06-18 21:17:45 +0200 | |
---|---|---|
committer | 2021-06-18 21:17:45 +0200 | |
commit | 86c463cf2143153fa72a57b899fc4f3854465339 (patch) | |
tree | 80a421e963101a2f5ff158ba38826e795d4ef6cb /sci-libs | |
parent | sci-libs/pcl: Depend on dev-libs/boost:=[threads(+)] (diff) | |
download | gentoo-86c463cf2143153fa72a57b899fc4f3854465339.tar.gz gentoo-86c463cf2143153fa72a57b899fc4f3854465339.tar.bz2 gentoo-86c463cf2143153fa72a57b899fc4f3854465339.zip |
sci-libs/ViSP: Depend on dev-libs/boost:=[threads(+)]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ViSP/ViSP-3.3.0-r1.ebuild (renamed from sci-libs/ViSP/ViSP-3.3.0.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/ViSP/ViSP-3.3.0.ebuild b/sci-libs/ViSP/ViSP-3.3.0-r1.ebuild index 371f228d24b0..e13f4448c8f3 100644 --- a/sci-libs/ViSP/ViSP-3.3.0.ebuild +++ b/sci-libs/ViSP/ViSP-3.3.0-r1.ebuild @@ -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 @@ -26,13 +26,13 @@ COMMON_DEPEND=" virtual/opengl ) dmtx? ( media-libs/libdmtx ) - gsl? ( sci-libs/gsl ) + gsl? ( sci-libs/gsl:= ) ieee1394? ( media-libs/libdc1394:2= ) jpeg? ( virtual/jpeg:0 ) motif? ( media-libs/SoXt ) ogre? ( dev-games/ogre[ois(+)] - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] ) opencv? ( media-libs/opencv:=[contribdnn(+)] ) pcl? ( sci-libs/pcl:= ) |