diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:40:48 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-11-03 11:40:48 +0000 |
commit | 5286525b3a7e54b10752c5e16a3f8f6c8bc2e313 (patch) | |
tree | a07b64b19e26e13e066f0dd3b9e845342f944df0 /dev-java/jswat/jswat-2.25.ebuild | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-5286525b3a7e54b10752c5e16a3f8f6c8bc2e313.tar.gz historical-5286525b3a7e54b10752c5e16a3f8f6c8bc2e313.tar.bz2 historical-5286525b3a7e54b10752c5e16a3f8f6c8bc2e313.zip |
depend on app-arch/unzip
Diffstat (limited to 'dev-java/jswat/jswat-2.25.ebuild')
-rw-r--r-- | dev-java/jswat/jswat-2.25.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-java/jswat/jswat-2.25.ebuild b/dev-java/jswat/jswat-2.25.ebuild index 42cb76a2a0a7..0b3c536c727a 100644 --- a/dev-java/jswat/jswat-2.25.ebuild +++ b/dev-java/jswat/jswat-2.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jswat/jswat-2.25.ebuild,v 1.3 2004/10/16 17:26:44 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jswat/jswat-2.25.ebuild,v 1.4 2004/11/03 11:34:08 axxo Exp $ inherit java-pkg eutils @@ -13,7 +13,8 @@ SLOT="2" KEYWORDS="~x86 ~sparc -ppc ~amd64" IUSE="doc jikes" #junit" -DEPEND=">=dev-java/ant-1.5" +DEPEND=">=dev-java/ant-1.5 + app-arch/unzip" #junit? ( dev-java/junit )" RDEPEND=">=virtual/jdk-1.4" |