summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Bush <ali_bush@gentoo.org>2009-07-05 05:11:05 +0000
committerAlistair Bush <ali_bush@gentoo.org>2009-07-05 05:11:05 +0000
commit63a28f2158fc97a6f09edc3dfaee44d239ca3e80 (patch)
tree8a87db9f8b890e2d1054aa0e2322e13dee9178f2 /virtual/jdk/jdk-1.6.0.ebuild
parentFixed Config directory handling, bug #272504. (diff)
downloadhistorical-63a28f2158fc97a6f09edc3dfaee44d239ca3e80.tar.gz
historical-63a28f2158fc97a6f09edc3dfaee44d239ca3e80.tar.bz2
historical-63a28f2158fc97a6f09edc3dfaee44d239ca3e80.zip
Add ~x86-fbsd
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'virtual/jdk/jdk-1.6.0.ebuild')
-rw-r--r--virtual/jdk/jdk-1.6.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/virtual/jdk/jdk-1.6.0.ebuild b/virtual/jdk/jdk-1.6.0.ebuild
index 055f98112538..22d5d408f8b6 100644
--- a/virtual/jdk/jdk-1.6.0.ebuild
+++ b/virtual/jdk/jdk-1.6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.10 2008/12/24 22:28:21 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.11 2009/07/05 05:10:29 ali_bush Exp $
DESCRIPTION="Virtual for JDK"
HOMEPAGE="http://java.sun.com/"
@@ -8,7 +8,7 @@ SRC_URI=""
LICENSE="as-is"
SLOT="1.6"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
IUSE=""
# Keeps this and java-virtuals/jaf in sync
@@ -16,5 +16,6 @@ RDEPEND="|| (
dev-java/icedtea6-bin
=dev-java/sun-jdk-1.6.0*
=dev-java/ibm-jdk-bin-1.6.0*
+ =dev-java/diablo-jdk-1.6.0*
)"
DEPEND=""