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 ACF77138334 for ; Sun, 15 Sep 2019 10:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ABCCE08FE; Sun, 15 Sep 2019 10:42:19 +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 E1D52E08FE for ; Sun, 15 Sep 2019 10:42:18 +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 EE89634B1D1 for ; Sun, 15 Sep 2019 10:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DA49744 for ; Sun, 15 Sep 2019 10:42:15 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1568544112.0b5a793dab90853dce0fb1d202f157c6ed415f18.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gmp-ecm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r1.ebuild sci-mathematics/gmp-ecm/gmp-ecm-7.0.4.ebuild X-VCS-Directories: sci-mathematics/gmp-ecm/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 0b5a793dab90853dce0fb1d202f157c6ed415f18 X-VCS-Branch: master Date: Sun, 15 Sep 2019 10:42:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4b801bcc-be3f-4895-899f-d94a64d05bb2 X-Archives-Hash: f1b04157c1b3f428902fdae913a0726a commit: 0b5a793dab90853dce0fb1d202f157c6ed415f18 Author: Patrick Lauer gentoo org> AuthorDate: Sun Sep 15 10:41:52 2019 +0000 Commit: 罗百科 gentoo org> CommitDate: Sun Sep 15 10:41:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5a793d sci-mathematics/gmp-ecm: Fix custom-tune useflag Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Patrick Lauer gentoo.org> .../gmp-ecm/{gmp-ecm-7.0.4.ebuild => gmp-ecm-7.0.4-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4.ebuild b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r1.ebuild similarity index 92% rename from sci-mathematics/gmp-ecm/gmp-ecm-7.0.4.ebuild rename to sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r1.ebuild index 54f7a1bbd2d..67ee9231661 100644 --- a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4.ebuild +++ b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r1.ebuild @@ -41,8 +41,7 @@ src_configure() { src_compile() { append-ldflags "-Wl,-z,noexecstack" if use custom-tune; then - use amd64 && cd x86_64 - use x86 && cd pentium4 + emake && emake ecm-params # need to build all to get benchmark bits, then run benchmark emake fi default