commit: c55107d917b9b57d710b31d432bc4083329b04e5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 23:11:45 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 14 23:16:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55107d9
sci-mathematics/polymake: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
sci-mathematics/polymake/polymake-2.14-r1.ebuild | 10 +++++-----
1 file 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 d85b9c8..a1e8613 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