summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-16 14:28:28 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-16 14:28:28 +0000
commit71875c8e7f506744b225bd65acdcf80b247004e7 (patch)
tree66f7fc2b7e65fe6e68886ae88326499aeed759bc /dev-java/jruby/jruby-0.7.0-r1.ebuild
parentdep/style fixes (diff)
downloadhistorical-71875c8e7f506744b225bd65acdcf80b247004e7.tar.gz
historical-71875c8e7f506744b225bd65acdcf80b247004e7.tar.bz2
historical-71875c8e7f506744b225bd65acdcf80b247004e7.zip
dep fixes
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-java/jruby/jruby-0.7.0-r1.ebuild')
-rw-r--r--dev-java/jruby/jruby-0.7.0-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-java/jruby/jruby-0.7.0-r1.ebuild b/dev-java/jruby/jruby-0.7.0-r1.ebuild
index 203ee833e684..ada13fd7c2c7 100644
--- a/dev-java/jruby/jruby-0.7.0-r1.ebuild
+++ b/dev-java/jruby/jruby-0.7.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-0.7.0-r1.ebuild,v 1.2 2005/04/02 21:43:38 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-0.7.0-r1.ebuild,v 1.3 2005/07/16 14:28:28 axxo Exp $
inherit java-pkg
@@ -15,7 +15,8 @@ RDEPEND=">=virtual/jre-1.4
=dev-java/bsf-2.3*
=dev-java/jakarta-oro-2.0*
=dev-java/gnu-regexp-1.1*"
-DEPEND="${RDEPEND}
+DEPEND=">=virtual/jdk-1.4
+ ${RDEPEND}
>=dev-java/ant-1.4
jikes? ( dev-java/jikes )
junit? ( dev-java/junit )