From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B59C138330 for ; Sun, 14 Jan 2018 09:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BAF1E08D6; Sun, 14 Jan 2018 09:43:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BBD7E08D6 for ; Sun, 14 Jan 2018 09:43:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E150E335C4F for ; Sun, 14 Jan 2018 09:43:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E67B81BF for ; Sun, 14 Jan 2018 09:43:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515922966.7bb94047731ead935688c2b85c11f77bb0b1511b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pari/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/pari/pari-2.9.4.ebuild X-VCS-Directories: sci-mathematics/pari/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7bb94047731ead935688c2b85c11f77bb0b1511b X-VCS-Branch: master Date: Sun, 14 Jan 2018 09:43:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a54b110d-cd11-4b5d-b70e-b244e7f45519 X-Archives-Hash: c4c564bb70b48c18963f585cbc495132 commit: 7bb94047731ead935688c2b85c11f77bb0b1511b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 14 01:39:40 2018 +0000 Commit: Andreas Sturmlechner gentoo 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" }