From 0b5a793dab90853dce0fb1d202f157c6ed415f18 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sun, 15 Sep 2019 10:41:52 +0000 Subject: [PATCH] sci-mathematics/gmp-ecm: Fix custom-tune useflag Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Patrick Lauer --- .../gmp-ecm/{gmp-ecm-7.0.4.ebuild => gmp-ecm-7.0.4-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename sci-mathematics/gmp-ecm/{gmp-ecm-7.0.4.ebuild => gmp-ecm-7.0.4-r1.ebuild} (92%) 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 54f7a1bbd2df..67ee92316610 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 -- 2.26.2