From 59cdf210ae3d952be6163b04f1d5db3c8e0a60f7 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Wed, 28 Nov 2012 08:12:53 +0000 Subject: Adding ggnfs dep (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit) --- sci-mathematics/yafu/ChangeLog | 5 ++++- sci-mathematics/yafu/yafu-1.33-r1.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'sci-mathematics') 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 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() { -- cgit v1.2.3-65-gdbad