diff options
author | David Seifert <soap@gentoo.org> | 2021-07-10 11:45:59 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-10 11:45:59 +0200 |
commit | ea7aecdb597e83123dcf69d683f3338e61721be4 (patch) | |
tree | a81ded0f34f546c578f1e9859d20dbd1389a7a4f /sci-mathematics/cgal | |
parent | profiles/base: drop obsolete boost[numpy] masks (diff) | |
download | gentoo-ea7aecdb597e83123dcf69d683f3338e61721be4.tar.gz gentoo-ea7aecdb597e83123dcf69d683f3338e61721be4.tar.bz2 gentoo-ea7aecdb597e83123dcf69d683f3338e61721be4.zip |
sci-mathematics/cgal: 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-mathematics/cgal')
-rw-r--r-- | sci-mathematics/cgal/cgal-5.2.2-r1.ebuild (renamed from sci-mathematics/cgal/cgal-5.2.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/cgal/cgal-5.2.2.ebuild b/sci-mathematics/cgal/cgal-5.2.2-r1.ebuild index 10c47f98259c..599cffa47c6b 100644 --- a/sci-mathematics/cgal/cgal-5.2.2.ebuild +++ b/sci-mathematics/cgal/cgal-5.2.2-r1.ebuild @@ -20,7 +20,7 @@ IUSE="doc examples +gmp mpfi ntl qt5 shared" RDEPEND=" dev-cpp/eigen - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] dev-libs/mpfr:= sys-libs/zlib x11-libs/libX11:= |