diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-07-27 15:16:29 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-07-27 15:16:29 +0000 |
commit | 1aabe5558e437169b962d1e0339507bfbf86426f (patch) | |
tree | c285da4095f64902f34250e9fc6ba64bc4ee0b40 /virtual/jre/jre-1.5.0.ebuild | |
parent | Changed to use mirror://vmware instead of the individual sites. (diff) | |
download | historical-1aabe5558e437169b962d1e0339507bfbf86426f.tar.gz historical-1aabe5558e437169b962d1e0339507bfbf86426f.tar.bz2 historical-1aabe5558e437169b962d1e0339507bfbf86426f.zip |
Moving virtual/jdk depends first so that the JDK's JRE will provide thisvirtual rather then requiring a JDK & a JRE to be installed by default. Discussed a similiar change with nichoj which involved moving the body of the virtual/jdk's depends to here but this is more effiecent and portable.
Package-Manager: portage-2.1.1_pre3-r5
Diffstat (limited to 'virtual/jre/jre-1.5.0.ebuild')
-rw-r--r-- | virtual/jre/jre-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/jre/jre-1.5.0.ebuild b/virtual/jre/jre-1.5.0.ebuild index af7b6a1f6e9b..b20a7f61e2b3 100644 --- a/virtual/jre/jre-1.5.0.ebuild +++ b/virtual/jre/jre-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jre/jre-1.5.0.ebuild,v 1.2 2006/07/21 00:26:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jre/jre-1.5.0.ebuild,v 1.3 2006/07/27 15:16:29 cardoe Exp $ DESCRIPTION="Virtual for JRE" HOMEPAGE="http://java.sun.com/" @@ -12,8 +12,8 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd" IUSE="" DEPEND="|| ( + =virtual/jdk-1.5.0* =dev-java/sun-jre-bin-1.5.0* =dev-java/diablo-jre-bin-1.5.0* - =virtual/jdk-1.5.0* )" RDEPEND="${DEPEND}" |