From fe50250815b07f0328a7235b2f4e5ca20bb96eb2 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 30 Jun 2019 23:06:49 +0200 Subject: [PATCH] sci-mathematics/msieve: Remove gwnum USE dep Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: David Seifert --- .../msieve/{msieve-1.51.ebuild => msieve-1.51-r1.ebuild} | 5 ++--- .../msieve/{msieve-1.53.ebuild => msieve-1.53-r1.ebuild} | 3 +-- sci-mathematics/msieve/msieve-9999.ebuild | 5 ++--- 3 files changed, 5 insertions(+), 8 deletions(-) rename sci-mathematics/msieve/{msieve-1.51.ebuild => msieve-1.51-r1.ebuild} (92%) rename sci-mathematics/msieve/{msieve-1.53.ebuild => msieve-1.53-r1.ebuild} (94%) diff --git a/sci-mathematics/msieve/msieve-1.51.ebuild b/sci-mathematics/msieve/msieve-1.51-r1.ebuild similarity index 92% rename from sci-mathematics/msieve/msieve-1.51.ebuild rename to sci-mathematics/msieve/msieve-1.51-r1.ebuild index ffe3772b82d5..0b4672d57dc6 100644 --- a/sci-mathematics/msieve/msieve-1.51.ebuild +++ b/sci-mathematics/msieve/msieve-1.51-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,9 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="zlib +ecm mpi" -# some linking troubles with gwnum DEPEND=" - ecm? ( sci-mathematics/gmp-ecm[-gwnum] ) + ecm? ( sci-mathematics/gmp-ecm ) mpi? ( virtual/mpi ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}" diff --git a/sci-mathematics/msieve/msieve-1.53.ebuild b/sci-mathematics/msieve/msieve-1.53-r1.ebuild similarity index 94% rename from sci-mathematics/msieve/msieve-1.53.ebuild rename to sci-mathematics/msieve/msieve-1.53-r1.ebuild index 534207e16fb4..67933ca55dfd 100644 --- a/sci-mathematics/msieve/msieve-1.53.ebuild +++ b/sci-mathematics/msieve/msieve-1.53-r1.ebuild @@ -14,9 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="zlib +ecm mpi" -# some linking troubles with gwnum DEPEND=" - ecm? ( sci-mathematics/gmp-ecm[-gwnum] ) + ecm? ( sci-mathematics/gmp-ecm ) mpi? ( virtual/mpi ) zlib? ( sys-libs/zlib:= )" RDEPEND="${DEPEND}" diff --git a/sci-mathematics/msieve/msieve-9999.ebuild b/sci-mathematics/msieve/msieve-9999.ebuild index 5da826bda06b..d5ad2a8ec1b9 100644 --- a/sci-mathematics/msieve/msieve-9999.ebuild +++ b/sci-mathematics/msieve/msieve-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,9 +15,8 @@ SLOT="0" KEYWORDS="" IUSE="zlib +ecm mpi" -# some linking troubles with gwnum DEPEND=" - ecm? ( sci-mathematics/gmp-ecm[-gwnum] ) + ecm? ( sci-mathematics/gmp-ecm ) mpi? ( virtual/mpi ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}" -- 2.26.2