mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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}"
|
||||
@@ -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}"
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user