summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-12 18:17:42 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-12 18:17:42 +0000
commitd3697505155b82d17fda4293b06af931c9cfb9b0 (patch)
tree898c689708601088f0e124ca522590baae8eea7f /dev-java/commons-logging/commons-logging-1.0.4.ebuild
parentadd kerberos. (diff)
downloadgentoo-2-d3697505155b82d17fda4293b06af931c9cfb9b0.tar.gz
gentoo-2-d3697505155b82d17fda4293b06af931c9cfb9b0.tar.bz2
gentoo-2-d3697505155b82d17fda4293b06af931c9cfb9b0.zip
depend on jikes >= 1.21
Diffstat (limited to 'dev-java/commons-logging/commons-logging-1.0.4.ebuild')
-rw-r--r--dev-java/commons-logging/commons-logging-1.0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-logging/commons-logging-1.0.4.ebuild b/dev-java/commons-logging/commons-logging-1.0.4.ebuild
index 2ae8f2f0219f..3d3d6cbe6791 100644
--- a/dev-java/commons-logging/commons-logging-1.0.4.ebuild
+++ b/dev-java/commons-logging/commons-logging-1.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4.ebuild,v 1.7 2004/09/10 19:47:10 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4.ebuild,v 1.8 2004/10/12 18:17:42 axxo Exp $
inherit java-pkg
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/commons/logging/source/${PN}-${PV}-src.tar.gz"
DEPEND=">=dev-java/log4j-1.2.5
dev-java/avalon-logkit-bin
>=dev-java/ant-core-1.4
- jikes? ( dev-java/jikes )
+ jikes? ( >=dev-java/jikes-1.21 )
junit? ( >=dev-java/junit-3.7 >=virtual/jdk-1.4 )
!junit? ( >=virtual/jdk-1.3 )"
RDEPEND=">=virtual/jdk-1.3"