summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-11-28 08:12:53 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-11-28 08:12:53 +0000
commit59cdf210ae3d952be6163b04f1d5db3c8e0a60f7 (patch)
treeb111eaf6ef9f69c6d70d193c04c7c861dccf6df5 /sci-mathematics
parentAdding gwnum dep (diff)
downloadgentoo-2-59cdf210ae3d952be6163b04f1d5db3c8e0a60f7.tar.gz
gentoo-2-59cdf210ae3d952be6163b04f1d5db3c8e0a60f7.tar.bz2
gentoo-2-59cdf210ae3d952be6163b04f1d5db3c8e0a60f7.zip
Adding ggnfs dep
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/yafu/ChangeLog5
-rw-r--r--sci-mathematics/yafu/yafu-1.33-r1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-mathematics/yafu/ChangeLog b/sci-mathematics/yafu/ChangeLog
index 405b13db0726..3fe962e9fac8 100644
--- a/sci-mathematics/yafu/ChangeLog
+++ b/sci-mathematics/yafu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/yafu
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/ChangeLog,v 1.2 2012/11/25 07:42:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/ChangeLog,v 1.3 2012/11/28 08:12:53 patrick Exp $
+
+ 28 Nov 2012; Patrick Lauer <patrick@gentoo.org> yafu-1.33-r1.ebuild:
+ Adding ggnfs dep
*yafu-1.33-r1 (25 Nov 2012)
diff --git a/sci-mathematics/yafu/yafu-1.33-r1.ebuild b/sci-mathematics/yafu/yafu-1.33-r1.ebuild
index 068a41b6f0b2..f3202726cea9 100644
--- a/sci-mathematics/yafu/yafu-1.33-r1.ebuild
+++ b/sci-mathematics/yafu/yafu-1.33-r1.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/yafu/yafu-1.33-r1.ebuild,v 1.1 2012/11/25 07:42:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yafu/yafu-1.33-r1.ebuild,v 1.2 2012/11/28 08:12:53 patrick Exp $
EAPI=4
DESCRIPTION="Yet another factoring utility"
@@ -13,11 +13,12 @@ LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# nfs is overloaded, so using less confusing sieve here
-IUSE="sieve"
+IUSE="+sieve"
DEPEND="dev-libs/gmp
sci-mathematics/gmp-ecm
- sieve? ( sci-mathematics/msieve )"
+ sieve? ( sci-mathematics/msieve
+ sci-mathematics/ggnfs )"
RDEPEND="${DEPEND}"
src_prepare() {