commit:     7bb94047731ead935688c2b85c11f77bb0b1511b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 01:39:40 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 09:42:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb94047

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

 sci-mathematics/pari/pari-2.9.4.ebuild | 5 ++---
 1 file 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 e03aba49e6e..6e3bf66bb96 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"
 }
 

Reply via email to