diff options
author | David Seifert <soap@gentoo.org> | 2021-06-18 15:15:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-06-18 15:15:39 +0200 |
commit | a83686104f90f433df59e6b007e7081d24755daf (patch) | |
tree | fa4b29b63dd61d7e37c58b9e2894c25b97a1da6b /sci-mathematics/normaliz | |
parent | sci-mathematics/giac: Depend on dev-libs/gmp[cxx(+)] (diff) | |
download | gentoo-a83686104f90f433df59e6b007e7081d24755daf.tar.gz gentoo-a83686104f90f433df59e6b007e7081d24755daf.tar.bz2 gentoo-a83686104f90f433df59e6b007e7081d24755daf.zip |
sci-mathematics/normaliz: Depend on dev-libs/gmp[cxx(+)]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics/normaliz')
-rw-r--r-- | sci-mathematics/normaliz/normaliz-3.1.3-r1.ebuild (renamed from sci-mathematics/normaliz/normaliz-3.1.3.ebuild) | 4 | ||||
-rw-r--r-- | sci-mathematics/normaliz/normaliz-3.8.10-r1.ebuild (renamed from sci-mathematics/normaliz/normaliz-3.8.10.ebuild) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild b/sci-mathematics/normaliz/normaliz-3.1.3-r1.ebuild index 7f9223274c34..bc18fd6a3868 100644 --- a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild +++ b/sci-mathematics/normaliz/normaliz-3.1.3-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=6 @@ -17,7 +17,7 @@ KEYWORDS="amd64 ~arm x86" IUSE="doc extras openmp" RDEPEND=" - dev-libs/gmp[cxx] + dev-libs/gmp[cxx(+)] " DEPEND="${RDEPEND} doc? ( app-text/texlive ) diff --git a/sci-mathematics/normaliz/normaliz-3.8.10.ebuild b/sci-mathematics/normaliz/normaliz-3.8.10-r1.ebuild index bac3b0b1866a..436607a9bad0 100644 --- a/sci-mathematics/normaliz/normaliz-3.8.10.ebuild +++ b/sci-mathematics/normaliz/normaliz-3.8.10-r1.ebuild @@ -17,7 +17,7 @@ IUSE="doc extras openmp" # would be nice to package scip and cocoalib RDEPEND=" - dev-libs/gmp:=[cxx] + dev-libs/gmp:=[cxx(+)] " DEPEND=" ${RDEPEND} |