diff options
author | Alistair Bush <ali_bush@gentoo.org> | 2009-07-05 05:11:05 +0000 |
---|---|---|
committer | Alistair Bush <ali_bush@gentoo.org> | 2009-07-05 05:11:05 +0000 |
commit | 63a28f2158fc97a6f09edc3dfaee44d239ca3e80 (patch) | |
tree | 8a87db9f8b890e2d1054aa0e2322e13dee9178f2 /virtual/jre | |
parent | Fixed Config directory handling, bug #272504. (diff) | |
download | historical-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/jre')
-rw-r--r-- | virtual/jre/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/jre/jre-1.6.0.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/virtual/jre/ChangeLog b/virtual/jre/ChangeLog index 69c8c6577240..b0e59e7a8514 100644 --- a/virtual/jre/ChangeLog +++ b/virtual/jre/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/jre -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.23 2008/05/22 07:48:34 corsair Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.24 2009/07/05 05:11:05 ali_bush Exp $ + + 05 Jul 2009; Alistair Bush <ali_bush@gentoo.org> jre-1.6.0.ebuild: + Keyword ~x86-fbsd and add diablo-jre-bin 22 May 2008; Markus Rothe <corsair@gentoo.org> jre-1.6.0.ebuild: Stable on ppc64 diff --git a/virtual/jre/jre-1.6.0.ebuild b/virtual/jre/jre-1.6.0.ebuild index a325db80fc4d..88f5c6cf4f64 100644 --- a/virtual/jre/jre-1.6.0.ebuild +++ b/virtual/jre/jre-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/jre/jre-1.6.0.ebuild,v 1.8 2008/05/22 07:48:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jre/jre-1.6.0.ebuild,v 1.9 2009/07/05 05:11:05 ali_bush Exp $ DESCRIPTION="Virtual for JRE" HOMEPAGE="http://java.sun.com/" @@ -8,12 +8,13 @@ SRC_URI="" LICENSE="as-is" SLOT="1.6" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="" RDEPEND="|| ( =virtual/jdk-1.6.0* =dev-java/sun-jre-bin-1.6.0* =dev-java/ibm-jre-bin-1.6.0* + =dev-java/diablo-jre-bin-1.6.0* )" DEPEND="" |