diff options
author | Adrian Almenar <strider@gentoo.org> | 2002-12-15 16:19:49 +0000 |
---|---|---|
committer | Adrian Almenar <strider@gentoo.org> | 2002-12-15 16:19:49 +0000 |
commit | 3330c6ae9a0b5c38753316fbc10f5ef04256c4a8 (patch) | |
tree | 75217f9ffac27bbcc30d8e16e6dadade20d1ebae /dev-java/commons-collections | |
parent | Fixes #9449 (diff) | |
download | gentoo-2-3330c6ae9a0b5c38753316fbc10f5ef04256c4a8.tar.gz gentoo-2-3330c6ae9a0b5c38753316fbc10f5ef04256c4a8.tar.bz2 gentoo-2-3330c6ae9a0b5c38753316fbc10f5ef04256c4a8.zip |
Fixed Some bOrkage reported by nall
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" |