summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-11-03 11:42:27 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-11-03 11:42:27 +0000
commit55e2a3921940cd64460db8d642c31fe038254af3 (patch)
treea9961abf7bbf1baf080f8be01fb6db2c6753fa71 /dev-java/tagunit
parentdepend on app-arch/unzip (Manifest recommit) (diff)
downloadgentoo-2-55e2a3921940cd64460db8d642c31fe038254af3.tar.gz
gentoo-2-55e2a3921940cd64460db8d642c31fe038254af3.tar.bz2
gentoo-2-55e2a3921940cd64460db8d642c31fe038254af3.zip
depend on app-arch/unzip
Diffstat (limited to 'dev-java/tagunit')
-rw-r--r--dev-java/tagunit/ChangeLog5
-rw-r--r--dev-java/tagunit/tagunit-1.0.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-java/tagunit/ChangeLog b/dev-java/tagunit/ChangeLog
index 03798abf6229..04043257b7b4 100644
--- a/dev-java/tagunit/ChangeLog
+++ b/dev-java/tagunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/tagunit
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tagunit/ChangeLog,v 1.5 2004/10/22 10:27:03 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tagunit/ChangeLog,v 1.6 2004/11/03 11:39:00 axxo Exp $
+
+ 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> tagunit-1.0.1.ebuild:
+ depend on app-arch/unzip
22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> tagunit-1.0.1.ebuild:
Keywords ~amd64. Fixed dodoc.
diff --git a/dev-java/tagunit/tagunit-1.0.1.ebuild b/dev-java/tagunit/tagunit-1.0.1.ebuild
index b5acbb7fc522..46a276ef53c6 100644
--- a/dev-java/tagunit/tagunit-1.0.1.ebuild
+++ b/dev-java/tagunit/tagunit-1.0.1.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/tagunit/tagunit-1.0.1.ebuild,v 1.5 2004/10/22 10:27:03 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tagunit/tagunit-1.0.1.ebuild,v 1.6 2004/11/03 11:39:00 axxo Exp $
inherit java-pkg
@@ -11,6 +11,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="x86 ~amd64"
DEPEND=">=virtual/jdk-1.3
+ app-arch/unzip
>=dev-java/ant-1.6
jikes? ( >=dev-java/jikes-1.17 )
>=servletapi-2.4"