summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-15 17:11:48 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-15 17:11:48 +0000
commit104581721f72f32feb25f1191c1989684678e30d (patch)
tree5e5b88ef71edcff1073e301f867e5d0e1abecf9d /dev-java/randomguid
parentMarked stable on amd64. (diff)
downloadgentoo-2-104581721f72f32feb25f1191c1989684678e30d.tar.gz
gentoo-2-104581721f72f32feb25f1191c1989684678e30d.tar.bz2
gentoo-2-104581721f72f32feb25f1191c1989684678e30d.zip
fix deps
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java/randomguid')
-rw-r--r--dev-java/randomguid/randomguid-1.2.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/randomguid/randomguid-1.2.1.ebuild b/dev-java/randomguid/randomguid-1.2.1.ebuild
index 5658cde9d791..0fa637fa7975 100644
--- a/dev-java/randomguid/randomguid-1.2.1.ebuild
+++ b/dev-java/randomguid/randomguid-1.2.1.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/randomguid/randomguid-1.2.1.ebuild,v 1.5 2005/04/22 08:45:54 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/randomguid/randomguid-1.2.1.ebuild,v 1.6 2005/07/15 17:11:48 axxo Exp $
inherit java-pkg
@@ -11,8 +11,8 @@ LICENSE="as-is"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
IUSE="jikes"
-RDEPEND=">=virtual/jdk-1.2"
-DEPEND="${RDEPEND}
+RDEPEND=">=virtual/jre-1.2"
+DEPEND=">=virtual/jdk-1.2
jikes? ( >=dev-java/jikes-1.15 )"
S=${WORKDIR}