diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-17 17:27:52 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-17 17:27:52 +0000 |
commit | 99e4af00143ca2a6474b9304742306d9bfc86bdc (patch) | |
tree | 762e8074abbe9da108e71b94b6e9e50d1d7bb8a3 /dev-java/blowfishj | |
parent | Bug #69831: Ensure unzip is in DEPEND. (diff) | |
download | gentoo-2-99e4af00143ca2a6474b9304742306d9bfc86bdc.tar.gz gentoo-2-99e4af00143ca2a6474b9304742306d9bfc86bdc.tar.bz2 gentoo-2-99e4af00143ca2a6474b9304742306d9bfc86bdc.zip |
added missing unzip dependency. see #69831
(Portage version: 2.0.51.16)
Diffstat (limited to 'dev-java/blowfishj')
-rw-r--r-- | dev-java/blowfishj/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/blowfishj/blowfishj-2.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/blowfishj/ChangeLog b/dev-java/blowfishj/ChangeLog index 736c86b1b27b..62cb1b6e9dc0 100644 --- a/dev-java/blowfishj/ChangeLog +++ b/dev-java/blowfishj/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/blowfishj # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/ChangeLog,v 1.2 2005/01/01 18:11:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/ChangeLog,v 1.3 2005/02/17 17:22:55 luckyduck Exp $ + + 17 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> blowfishj-2.13.ebuild: + added missing unzip dependency. see #69831 *blowfishj-2.13 (12 Nov 2004) diff --git a/dev-java/blowfishj/blowfishj-2.13.ebuild b/dev-java/blowfishj/blowfishj-2.13.ebuild index 5199383e346a..e8cebde0f85c 100644 --- a/dev-java/blowfishj/blowfishj-2.13.ebuild +++ b/dev-java/blowfishj/blowfishj-2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/blowfishj-2.13.ebuild,v 1.2 2005/01/01 18:11:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/blowfishj-2.13.ebuild,v 1.3 2005/02/17 17:22:55 luckyduck Exp $ inherit java-pkg @@ -12,7 +12,7 @@ LICENSE="Apache-1.1" SLOT="0" IUSE="doc junit" DEPEND=">=virtual/jre-1.4 - app-arch/zip" + app-arch/unzip" RDEPEND=">=virtual/jre-1.4" src_unpack() { |