diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 14:03:37 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-03 14:03:37 +0000 |
commit | c81134c22eeb8aeadaf0b2d63fea76d8af3b4e1e (patch) | |
tree | eb935447952c0f3ffe779db675410d8c6fcbb956 /virtual/jdk | |
parent | Adding Liberation Sans Narrow to 60-liberation.conf thanks to Alex Domingo in... (diff) | |
download | historical-c81134c22eeb8aeadaf0b2d63fea76d8af3b4e1e.tar.gz historical-c81134c22eeb8aeadaf0b2d63fea76d8af3b4e1e.tar.bz2 historical-c81134c22eeb8aeadaf0b2d63fea76d8af3b4e1e.zip |
Fix for and keyword ~x64-freebsd
Package-Manager: portage-2.2.01.18252-prefix/cvs/SunOS i386
Diffstat (limited to 'virtual/jdk')
-rw-r--r-- | virtual/jdk/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/jdk/jdk-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/jdk/ChangeLog b/virtual/jdk/ChangeLog index 98c29549616a..9b2057b4c8e6 100644 --- a/virtual/jdk/ChangeLog +++ b/virtual/jdk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/jdk # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.35 2011/02/13 11:46:22 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.36 2011/05/03 14:02:49 grobian Exp $ + + 03 May 2011; Fabian Groffen <grobian@gentoo.org> jdk-1.6.0.ebuild: + Marked ~x64-freebsd 13 Feb 2011; Vlastimil Babka <caster@gentoo.org> jdk-1.6.0.ebuild: Reorganize the keyword-specific logic for better readability (and more diff --git a/virtual/jdk/jdk-1.6.0.ebuild b/virtual/jdk/jdk-1.6.0.ebuild index a3d5cf32ce53..63ca7265d12c 100644 --- a/virtual/jdk/jdk-1.6.0.ebuild +++ b/virtual/jdk/jdk-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.19 2011/02/13 11:46:22 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.20 2011/05/03 14:02:49 grobian Exp $ DESCRIPTION="Virtual for JDK" HOMEPAGE="" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="" SLOT="1.6" -KEYWORDS="amd64 ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="amd64 ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" # Keeps this and java-virtuals/jaf in sync |