diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-10-03 04:55:51 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-10-03 04:55:51 +0000 |
commit | 295fa2cf1daec5c3fdf1b61cdab8bf8b6b561f49 (patch) | |
tree | 1b4cd887027ac1135ea4b12f360c68e71da6ee6a /dev-java/blowfishj | |
parent | New release: 1.4.4. Removing old ebuilds/patches. (diff) | |
download | gentoo-2-295fa2cf1daec5c3fdf1b61cdab8bf8b6b561f49.tar.gz gentoo-2-295fa2cf1daec5c3fdf1b61cdab8bf8b6b561f49.tar.bz2 gentoo-2-295fa2cf1daec5c3fdf1b61cdab8bf8b6b561f49.zip |
fix dep
(Portage version: 2.0.53_rc2)
Diffstat (limited to 'dev-java/blowfishj')
-rw-r--r-- | dev-java/blowfishj/blowfishj-2.14.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/blowfishj/blowfishj-2.14.ebuild b/dev-java/blowfishj/blowfishj-2.14.ebuild index 61593320fd61..3ba042a7c11b 100644 --- a/dev-java/blowfishj/blowfishj-2.14.ebuild +++ b/dev-java/blowfishj/blowfishj-2.14.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.14.ebuild,v 1.3 2005/07/16 14:50:28 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/blowfishj-2.14.ebuild,v 1.4 2005/10/03 04:55:51 axxo Exp $ inherit java-pkg @@ -14,6 +14,7 @@ KEYWORDS="x86 amd64 ppc ~sparc" IUSE="doc junit" DEPEND=">=virtual/jdk-1.4 + dev-java/ant app-arch/unzip junit? ( dev-java/junit ) " RDEPEND=">=virtual/jre-1.4" |