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 64F21138331 for ; Sun, 14 Jan 2018 13:49:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C50A3E08FA; Sun, 14 Jan 2018 13:49:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A23E1E08FA for ; Sun, 14 Jan 2018 13:49:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 90D5F335C43 for ; Sun, 14 Jan 2018 13:49:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60F0D196 for ; Sun, 14 Jan 2018 13:49:43 +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: <1515937772.d6b594521223c317128fe54f652461fe2e0717ba.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: d6b594521223c317128fe54f652461fe2e0717ba X-VCS-Branch: master Date: Sun, 14 Jan 2018 13:49:43 +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: 8d789d9a-7978-45c5-90b9-c602add7897c X-Archives-Hash: 1430bc26fe1fc21d24c264d45b27ace5 commit: d6b594521223c317128fe54f652461fe2e0717ba Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 14 13:49:10 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 14 13:49:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b59452 sci-mathematics/pari: Fix typo Thanks-to: Felix Janda posteo.de> Bug: https://bugs.gentoo.org/641942 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-mathematics/pari/pari-2.9.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/pari/pari-2.9.4.ebuild b/sci-mathematics/pari/pari-2.9.4.ebuild index 6e3bf66bb96..37593bb6748 100644 --- a/sci-mathematics/pari/pari-2.9.4.ebuild +++ b/sci-mathematics/pari/pari-2.9.4.ebuild @@ -77,7 +77,7 @@ src_configure() { --with-ncurses-lib="${EPREFIX}"/usr/$(get_libdir) \ $(use_with fltk) \ $(use_with gmp) \ - --without-qt4 \ + --without-qt \ || die "./Configure failed" }