diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-03-10 08:58:02 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-03-10 08:58:02 +0000 |
commit | fc7b113ac8258506c5c07f220516315c1e89ded3 (patch) | |
tree | 032f651556b10a87ed7146260b43888466144338 /sci-mathematics | |
parent | Initial commit, wrt bug #455992. Ebuild by aditsu <aditsu AT yahoo.com>, he w... (diff) | |
download | gentoo-2-fc7b113ac8258506c5c07f220516315c1e89ded3.tar.gz gentoo-2-fc7b113ac8258506c5c07f220516315c1e89ded3.tar.bz2 gentoo-2-fc7b113ac8258506c5c07f220516315c1e89ded3.zip |
Adding unzip dep
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/ggnfs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/ggnfs/ChangeLog b/sci-mathematics/ggnfs/ChangeLog index 8504913c62d2..a9b232124b99 100644 --- a/sci-mathematics/ggnfs/ChangeLog +++ b/sci-mathematics/ggnfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/ggnfs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v 1.6 2013/03/07 08:34:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v 1.7 2013/03/10 08:58:02 patrick Exp $ + + 10 Mar 2013; Patrick Lauer <patrick@gentoo.org> ggnfs-0.77.1-r2.ebuild: + Adding unzip dep *ggnfs-0.77.1-r2 (07 Mar 2013) diff --git a/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild b/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild index 0019df5d801f..e7f61145e27e 100644 --- a/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild +++ b/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild,v 1.1 2013/03/07 08:34:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild,v 1.2 2013/03/10 08:58:02 patrick Exp $ EAPI=5 @@ -20,7 +20,8 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=dev-libs/gmp-4.3:0" +DEPEND=">=dev-libs/gmp-4.3:0 + app-arch/unzip" RDEPEND="${DEPEND} !sci-mathematics/cado-nfs" # file collisions, fixable |