diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 00:51:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:16:21 +0200 |
commit | e3ebbe248e6607bfe0fc37401b902de2c85f4dbb (patch) | |
tree | 4853f4222c0b522d5962c212ccf1c1a8e3f14afc /sci-mathematics | |
parent | sci-mathematics/cvc3: Fix QA MissingSlotDep (diff) | |
download | gentoo-e3ebbe248e6607bfe0fc37401b902de2c85f4dbb.tar.gz gentoo-e3ebbe248e6607bfe0fc37401b902de2c85f4dbb.tar.bz2 gentoo-e3ebbe248e6607bfe0fc37401b902de2c85f4dbb.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.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/flint/flint-2.3.ebuild b/sci-mathematics/flint/flint-2.3.ebuild index 92e95534745e..3527a53b6ad2 100644 --- a/sci-mathematics/flint/flint-2.3.ebuild +++ b/sci-mathematics/flint/flint-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-libs/mpfr +DEPEND="dev-libs/mpfr:0 dev-libs/ntl sci-libs/mpir " |