summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-11-30 21:47:44 +0000
committerSven Wegener <swegener@gentoo.org>2004-11-30 21:47:44 +0000
commit7deff060bac4638b943780390ff1cb77aceb9fe4 (patch)
tree8a473ee08f6e637ffc09b2b4ce8baa8fbec5d979 /dev-java/tagunit
parentrelease perl5.8.6 (diff)
downloadgentoo-2-7deff060bac4638b943780390ff1cb77aceb9fe4.tar.gz
gentoo-2-7deff060bac4638b943780390ff1cb77aceb9fe4.tar.bz2
gentoo-2-7deff060bac4638b943780390ff1cb77aceb9fe4.zip
Fixed invalid atoms in *DEPEND.
Diffstat (limited to 'dev-java/tagunit')
-rw-r--r--dev-java/tagunit/ChangeLog5
-rw-r--r--dev-java/tagunit/tagunit-1.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/tagunit/ChangeLog b/dev-java/tagunit/ChangeLog
index 04043257b7b4..42828a6b85e3 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.6 2004/11/03 11:39:00 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tagunit/ChangeLog,v 1.7 2004/11/30 21:44:11 swegener Exp $
+
+ 30 Nov 2004; Sven Wegener <swegener@gentoo.org> tagunit-1.0.1.ebuild:
+ Fixed invalid atoms in *DEPEND.
03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> tagunit-1.0.1.ebuild:
depend on app-arch/unzip
diff --git a/dev-java/tagunit/tagunit-1.0.1.ebuild b/dev-java/tagunit/tagunit-1.0.1.ebuild
index 46a276ef53c6..9b882d3dee0a 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.6 2004/11/03 11:39:00 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tagunit/tagunit-1.0.1.ebuild,v 1.7 2004/11/30 21:44:11 swegener Exp $
inherit java-pkg
@@ -14,7 +14,7 @@ DEPEND=">=virtual/jdk-1.3
app-arch/unzip
>=dev-java/ant-1.6
jikes? ( >=dev-java/jikes-1.17 )
- >=servletapi-2.4"
+ >=dev-java/servletapi-2.4"
RDEPEND=">=virtual/jdk-1.3"
IUSE="jikes doc"
S="${WORKDIR}/${P}-src/tagunit-core"