diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 01:08:59 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:16:49 +0200 |
commit | fe76f3c48772aa4dfa75c0521ae7b92bfa37d4ac (patch) | |
tree | db7987658a32a25f22d99b79f1c15c5e42128d3a /sci-mathematics | |
parent | sci-mathematics/octave: Fix QA MissingSlotDep (diff) | |
download | gentoo-fe76f3c48772aa4dfa75c0521ae7b92bfa37d4ac.tar.gz gentoo-fe76f3c48772aa4dfa75c0521ae7b92bfa37d4ac.tar.bz2 gentoo-fe76f3c48772aa4dfa75c0521ae7b92bfa37d4ac.zip |
sci-mathematics/pari: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/pari-2.5.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/pari/pari-2.5.4.ebuild b/sci-mathematics/pari/pari-2.5.4.ebuild index f7a89d32eae6..0b6949a20466 100644 --- a/sci-mathematics/pari/pari-2.5.4.ebuild +++ b/sci-mathematics/pari/pari-2.5.4.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$ @@ -16,11 +16,11 @@ KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-fb IUSE="data doc fltk gmp qt4 X" RDEPEND=" - sys-libs/readline + sys-libs/readline:0= data? ( sci-mathematics/pari-data ) doc? ( X? ( x11-misc/xdg-utils ) ) fltk? ( x11-libs/fltk:1 ) - gmp? ( dev-libs/gmp ) + gmp? ( dev-libs/gmp:0= ) qt4? ( dev-qt/qtgui:4 ) X? ( x11-libs/libX11 )" DEPEND="${RDEPEND} |