summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Almenar <strider@gentoo.org>2002-12-15 16:19:49 +0000
committerAdrian Almenar <strider@gentoo.org>2002-12-15 16:19:49 +0000
commitb346f93fc9cc470e4f9ec246ed4ad900fa7c1937 (patch)
tree70b1ee225d171266bc9333d272f861e5e8d18790 /dev-java/commons-collections
parentFixes #9449 (diff)
downloadhistorical-b346f93fc9cc470e4f9ec246ed4ad900fa7c1937.tar.gz
historical-b346f93fc9cc470e4f9ec246ed4ad900fa7c1937.tar.bz2
historical-b346f93fc9cc470e4f9ec246ed4ad900fa7c1937.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.ebuild4
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"