diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 01:11:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:16:55 +0200 |
commit | c55107d917b9b57d710b31d432bc4083329b04e5 (patch) | |
tree | 70b9d9d5f6841405a1edd1c0d0723fdf6c5860bf /sci-mathematics/polymake | |
parent | sci-mathematics/polymake: Fix QA MissingSlotDep (diff) | |
download | gentoo-c55107d917b9b57d710b31d432bc4083329b04e5.tar.gz gentoo-c55107d917b9b57d710b31d432bc4083329b04e5.tar.bz2 gentoo-c55107d917b9b57d710b31d432bc4083329b04e5.zip |
sci-mathematics/polymake: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics/polymake')
-rw-r--r-- | sci-mathematics/polymake/polymake-2.14-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-mathematics/polymake/polymake-2.14-r1.ebuild b/sci-mathematics/polymake/polymake-2.14-r1.ebuild index d85b9c857663..a1e861349b18 100644 --- a/sci-mathematics/polymake/polymake-2.14-r1.ebuild +++ b/sci-mathematics/polymake/polymake-2.14-r1.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$ @@ -20,16 +20,16 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" # do not allow new perl versions because our testbuilds segfault DEPEND="<dev-lang/perl-5.21 - dev-libs/gmp - dev-libs/mpfr + dev-libs/gmp:0= + dev-libs/mpfr:0 dev-libs/libxml2:2 dev-libs/libxslt ppl? ( dev-libs/ppl ) cdd? ( sci-libs/cddlib ) lrs? ( >=sci-libs/lrslib-051[gmp] ) bliss? ( sci-libs/bliss[gmp] ) - group? ( dev-libs/boost ) - libnormaliz? ( dev-libs/boost ) + group? ( dev-libs/boost:= ) + libnormaliz? ( dev-libs/boost:= ) singular? ( >=sci-mathematics/singular-4.0.1 )" RDEPEND="${DEPEND} dev-perl/XML-LibXML |