diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 00:57:11 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:16:33 +0200 |
commit | 8d4c2424e10fa5e47d18de6d23c213d03c076648 (patch) | |
tree | 17754062c30981ca4070f2f97ee23240343a969e /sci-mathematics | |
parent | sci-mathematics/freemat: Fix QA MissingSlotDep (diff) | |
download | gentoo-8d4c2424e10fa5e47d18de6d23c213d03c076648.tar.gz gentoo-8d4c2424e10fa5e47d18de6d23c213d03c076648.tar.bz2 gentoo-8d4c2424e10fa5e47d18de6d23c213d03c076648.zip |
sci-mathematics/genius: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/genius/genius-1.0.17.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-mathematics/genius/genius-1.0.17.ebuild b/sci-mathematics/genius/genius-1.0.17.ebuild index 5ad622fa3a1c..66e4a6057059 100644 --- a/sci-mathematics/genius/genius-1.0.17.ebuild +++ b/sci-mathematics/genius/genius-1.0.17.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$ @@ -19,11 +19,11 @@ IUSE="doc gnome nls" RDEPEND=" dev-libs/glib:2 - dev-libs/gmp - dev-libs/mpfr + dev-libs/gmp:0= + dev-libs/mpfr:0 dev-libs/popt - sys-libs/ncurses - sys-libs/readline + sys-libs/ncurses:0= + sys-libs/readline:0 gnome? ( x11-libs/gtk+:2 gnome-base/libgnome |