diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 00:54:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:16:25 +0200 |
commit | e70876efb263dc1f3ca7fb2abf8858b62a88862b (patch) | |
tree | cad33ed1d7ca2a2ddcaadb4fdbc10973b91d0951 /sci-mathematics/flint | |
parent | sci-mathematics/flint: Fix QA MissingSlotDep (diff) | |
download | gentoo-e70876efb263dc1f3ca7fb2abf8858b62a88862b.tar.gz gentoo-e70876efb263dc1f3ca7fb2abf8858b62a88862b.tar.bz2 gentoo-e70876efb263dc1f3ca7fb2abf8858b62a88862b.zip |
sci-mathematics/flint: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics/flint')
-rw-r--r-- | sci-mathematics/flint/flint-2.4.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/flint/flint-2.4.4-r1.ebuild b/sci-mathematics/flint/flint-2.4.4-r1.ebuild index 58af8e1d93a4..5dc9e70b5154 100644 --- a/sci-mathematics/flint/flint-2.4.4-r1.ebuild +++ b/sci-mathematics/flint/flint-2.4.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,8 +16,8 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc gc ntl static-libs test" -RDEPEND="dev-libs/gmp - dev-libs/mpfr +RDEPEND="dev-libs/gmp:0= + dev-libs/mpfr:0 gc? ( dev-libs/boehm-gc ) ntl? ( dev-libs/ntl )" DEPEND="${RDEPEND} |