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>
This commit is contained in:
David Seifert
2019-06-30 23:06:49 +02:00
parent 65b540abfd
commit fe50250815
3 changed files with 5 additions and 8 deletions

View File

@@ -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}"

View File

@@ -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}"

View File

@@ -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}"