From 5907e08e7a1cc42e9f7c4db7cd281db52e18460e Mon Sep 17 00:00:00 2001 From: Adrian Almenar Date: Wed, 14 Jan 2004 03:58:20 +0000 Subject: Fix eclass to have a correct dep without name collision. --- eclass/jakarta-commons.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/jakarta-commons.eclass') 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 )" -- cgit v1.2.3-65-gdbad