summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-12 22:06:17 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-12 22:06:17 +0000
commitb017d52d52c6bd0531267c7acd89f6803010d153 (patch)
tree949279b2d9c7ff5c21f2d603980707b941b13b1c /www-servers
parentfix S and add some || die checks (diff)
downloadgentoo-2-b017d52d52c6bd0531267c7acd89f6803010d153.tar.gz
gentoo-2-b017d52d52c6bd0531267c7acd89f6803010d153.tar.bz2
gentoo-2-b017d52d52c6bd0531267c7acd89f6803010d153.zip
dep on jdk
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/resin/resin-3.0.12.ebuild5
-rw-r--r--www-servers/resin/resin-3.0.8-r1.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/www-servers/resin/resin-3.0.12.ebuild b/www-servers/resin/resin-3.0.12.ebuild
index d23dfde5ae43..a9433c3af040 100644
--- a/www-servers/resin/resin-3.0.12.ebuild
+++ b/www-servers/resin/resin-3.0.12.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/www-servers/resin/resin-3.0.12.ebuild,v 1.4 2005/07/09 17:50:29 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.0.12.ebuild,v 1.5 2005/07/12 22:06:17 axxo Exp $
inherit java-pkg eutils
@@ -10,7 +10,8 @@ HOMEPAGE="http://www.caucho.com"
KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~ppc64"
LICENSE="GPL-2"
SLOT="0"
-DEPEND="!net-www/resin-ee"
+DEPEND=">=virtual/jdk-1.3
+ !net-www/resin-ee"
RDEPEND=">=virtual/jdk-1.3
dev-lang/perl"
IUSE=""
diff --git a/www-servers/resin/resin-3.0.8-r1.ebuild b/www-servers/resin/resin-3.0.8-r1.ebuild
index 3e9a53883ac2..973d2ce241de 100644
--- a/www-servers/resin/resin-3.0.8-r1.ebuild
+++ b/www-servers/resin/resin-3.0.8-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/www-servers/resin/resin-3.0.8-r1.ebuild,v 1.7 2005/07/12 21:52:56 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.0.8-r1.ebuild,v 1.8 2005/07/12 22:06:17 axxo Exp $
inherit java-pkg eutils
@@ -10,7 +10,8 @@ HOMEPAGE="http://www.caucho.com"
KEYWORDS="x86 ~ppc ~sparc amd64 ppc64"
LICENSE="GPL-2"
SLOT="0"
-DEPEND="!net-www/resin-ee"
+DEPEND=">=virtual/jdk-1.3
+ !net-www/resin-ee"
RDEPEND=">=virtual/jdk-1.3
dev-lang/perl"
IUSE=""