diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-14 02:39:40 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-14 10:42:46 +0100 |
commit | 7bb94047731ead935688c2b85c11f77bb0b1511b (patch) | |
tree | 9aad0fe7dd52d92a4c609b46999502e00222301c /sci-mathematics | |
parent | sci-mathematics/pari: Drop old (diff) | |
download | gentoo-7bb94047731ead935688c2b85c11f77bb0b1511b.tar.gz gentoo-7bb94047731ead935688c2b85c11f77bb0b1511b.tar.bz2 gentoo-7bb94047731ead935688c2b85c11f77bb0b1511b.zip |
sci-mathematics/pari: Drop USE=qt4
Closes: https://bugs.gentoo.org/641942
Closes: https://bugs.gentoo.org/602788
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/pari-2.9.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-mathematics/pari/pari-2.9.4.ebuild b/sci-mathematics/pari/pari-2.9.4.ebuild index e03aba49e6e2..6e3bf66bb965 100644 --- a/sci-mathematics/pari/pari-2.9.4.ebuild +++ b/sci-mathematics/pari/pari-2.9.4.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://pari.math.u-bordeaux.fr/" LICENSE="GPL-2" SLOT="0/5" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" -IUSE="data doc fltk gmp qt4 X" +IUSE="data doc fltk gmp X" SRC_URI="http://pari.math.u-bordeaux.fr/pub/${PN}/unix/${P}.tar.gz" RDEPEND=" @@ -19,7 +19,6 @@ RDEPEND=" doc? ( X? ( x11-misc/xdg-utils ) ) fltk? ( x11-libs/fltk:1= ) gmp? ( dev-libs/gmp:0= ) - qt4? ( dev-qt/qtgui:4= ) X? ( x11-libs/libX11:0= )" DEPEND="${RDEPEND} doc? ( virtual/latex-base )" @@ -78,7 +77,7 @@ src_configure() { --with-ncurses-lib="${EPREFIX}"/usr/$(get_libdir) \ $(use_with fltk) \ $(use_with gmp) \ - $(use_with qt4 qt) \ + --without-qt4 \ || die "./Configure failed" } |