summaryrefslogtreecommitdiff
path: root/sci-mathematics/msieve/msieve-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/msieve/msieve-9999.ebuild')
-rw-r--r--sci-mathematics/msieve/msieve-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
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}"