summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Almenar <strider@gentoo.org>2004-01-14 03:58:20 +0000
committerAdrian Almenar <strider@gentoo.org>2004-01-14 03:58:20 +0000
commit5907e08e7a1cc42e9f7c4db7cd281db52e18460e (patch)
tree49e74bc3e32ac20b04e2380f34064a5adf3d8893 /eclass/jakarta-commons.eclass
parentmark stable (diff)
downloadhistorical-5907e08e7a1cc42e9f7c4db7cd281db52e18460e.tar.gz
historical-5907e08e7a1cc42e9f7c4db7cd281db52e18460e.tar.bz2
historical-5907e08e7a1cc42e9f7c4db7cd281db52e18460e.zip
Fix eclass to have a correct dep without name collision.
Diffstat (limited to 'eclass/jakarta-commons.eclass')
-rw-r--r--eclass/jakarta-commons.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/jakarta-commons.eclass b/eclass/jakarta-commons.eclass
index 02310a1e7977..e05a206e5555 100644
--- a/eclass/jakarta-commons.eclass
+++ b/eclass/jakarta-commons.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.8 2003/12/30 19:19:53 strider Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.9 2004/01/14 03:58:20 strider Exp $
inherit base java-pkg
ECLASS=jakarta-commons
@@ -13,7 +13,7 @@ HOMEPAGE="http://jakarta.apache.org/"
# deps on the build tools
DEPEND="$DEPEND
>=virtual/jdk-1.3
- >=ant-1.4
+ >=dev-java/ant-1.4
>=dev-java/log4j-1.2
junit? ( >=dev-java/junit-3.7 )"