diff options
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/commons-collections-2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-collections/commons-collections-2.1-r1.ebuild b/dev-java/commons-collections/commons-collections-2.1-r1.ebuild index 66653ce6eb7e..cc30f3ea3066 100644 --- a/dev-java/commons-collections/commons-collections-2.1-r1.ebuild +++ b/dev-java/commons-collections/commons-collections-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.1-r1.ebuild,v 1.4 2002/11/25 01:12:58 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.1-r1.ebuild,v 1.5 2002/12/15 16:19:49 strider Exp $ S=${WORKDIR}/${PN}-${PV}-src DESCRIPTION="Jakarta-Commons Collections Component" @@ -8,7 +8,7 @@ HOMEPAGE="http://jakarta.apache.org/commons/collections.html" SRC_URI="http://jakarta.apache.org/builds/jakarta-commons/release/${PN}/v${PV}/${PN}-${PV}-src.tar.gz" DEPEND=">=virtual/jdk-1.3 >=ant-1.4 - junit? ( >=junit-3.7 )" + junit? ( >=dev-java/junit-3.7 )" RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-1.1" SLOT="0" |