summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-11-28 08:15:02 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-11-28 08:15:02 +0000
commitaad75b2c2733452416dc08d2e6b1fcfb250e18c2 (patch)
tree7e06518a4480edbb3ae3ce5947a2cdfd2e528d1b /sci-mathematics
parentVersion bump to current snapshot (diff)
downloadgentoo-2-aad75b2c2733452416dc08d2e6b1fcfb250e18c2.tar.gz
gentoo-2-aad75b2c2733452416dc08d2e6b1fcfb250e18c2.tar.bz2
gentoo-2-aad75b2c2733452416dc08d2e6b1fcfb250e18c2.zip
Removing erroneous dep
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/msieve/ChangeLog5
-rw-r--r--sci-mathematics/msieve/msieve-1.50-r3.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-mathematics/msieve/ChangeLog b/sci-mathematics/msieve/ChangeLog
index 0af14317f195..e08fe81e6559 100644
--- a/sci-mathematics/msieve/ChangeLog
+++ b/sci-mathematics/msieve/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/msieve
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/ChangeLog,v 1.6 2012/11/27 13:35:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/ChangeLog,v 1.7 2012/11/28 08:15:02 patrick Exp $
+
+ 28 Nov 2012; Patrick Lauer <patrick@gentoo.org> msieve-1.50-r3.ebuild:
+ Removing erroneous dep
*msieve-1.50-r3 (27 Nov 2012)
diff --git a/sci-mathematics/msieve/msieve-1.50-r3.ebuild b/sci-mathematics/msieve/msieve-1.50-r3.ebuild
index 86c5264656f7..c3ee991718db 100644
--- a/sci-mathematics/msieve/msieve-1.50-r3.ebuild
+++ b/sci-mathematics/msieve/msieve-1.50-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r3.ebuild,v 1.2 2012/11/27 17:42:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r3.ebuild,v 1.3 2012/11/28 08:15:02 patrick Exp $
EAPI=4
DESCRIPTION="A C library implementing a suite of algorithms to factor large integers"
@@ -14,8 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="zlib +ecm mpi"
-DEPEND="sci-mathematics/ggnfs
- ecm? ( sci-mathematics/gmp-ecm )
+DEPEND="ecm? ( sci-mathematics/gmp-ecm )
mpi? ( virtual/mpi )
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"