diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 00:54:58 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:16:27 +0200 |
commit | c531ea086eda8fd261f25c5a8752502193a35266 (patch) | |
tree | 83b3cea3884e031b00b69266998a9ac22999d6a2 /sci-mathematics | |
parent | sci-mathematics/flint: Fix QA MissingSlotDep (diff) | |
download | gentoo-c531ea086eda8fd261f25c5a8752502193a35266.tar.gz gentoo-c531ea086eda8fd261f25c5a8752502193a35266.tar.bz2 gentoo-c531ea086eda8fd261f25c5a8752502193a35266.zip |
sci-mathematics/flint: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/flint/flint-2.4.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/flint/flint-2.4.5.ebuild b/sci-mathematics/flint/flint-2.4.5.ebuild index a1da9e67987e..936bf89212cf 100644 --- a/sci-mathematics/flint/flint-2.4.5.ebuild +++ b/sci-mathematics/flint/flint-2.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 ~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} |