diff options
author | David Seifert <soap@gentoo.org> | 2019-06-30 23:06:49 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-06-30 23:06:49 +0200 |
commit | fe50250815b07f0328a7235b2f4e5ca20bb96eb2 (patch) | |
tree | c532648cfdf9aceac5b70f17a7cb0cbf323a898e /sci-mathematics/msieve | |
parent | xfce-extra/xfce4-screensaver: Bump to 0.1.6 (diff) | |
download | gentoo-fe50250815b07f0328a7235b2f4e5ca20bb96eb2.tar.gz gentoo-fe50250815b07f0328a7235b2f4e5ca20bb96eb2.tar.bz2 gentoo-fe50250815b07f0328a7235b2f4e5ca20bb96eb2.zip |
sci-mathematics/msieve: Remove gwnum USE dep
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics/msieve')
-rw-r--r-- | sci-mathematics/msieve/msieve-1.51-r1.ebuild (renamed from sci-mathematics/msieve/msieve-1.51.ebuild) | 5 | ||||
-rw-r--r-- | sci-mathematics/msieve/msieve-1.53-r1.ebuild (renamed from sci-mathematics/msieve/msieve-1.53.ebuild) | 3 | ||||
-rw-r--r-- | sci-mathematics/msieve/msieve-9999.ebuild | 5 |
3 files changed, 5 insertions, 8 deletions
diff --git a/sci-mathematics/msieve/msieve-1.51.ebuild b/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 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}" |