diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-09-16 13:17:36 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-09-16 13:17:36 +0000 |
commit | 9788e4621966cd1628cca6e997c612c2fd9b1295 (patch) | |
tree | aa0008bbcacb8bece7a4cb68ca67fc686c9d4304 /virtual/jdk | |
parent | Keyword ~arm, bug #305773. (diff) | |
download | gentoo-2-9788e4621966cd1628cca6e997c612c2fd9b1295.tar.gz gentoo-2-9788e4621966cd1628cca6e997c612c2fd9b1295.tar.bz2 gentoo-2-9788e4621966cd1628cca6e997c612c2fd9b1295.zip |
Keyword ~arm, bug #305773.
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Diffstat (limited to 'virtual/jdk')
-rw-r--r-- | virtual/jdk/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/jdk/jdk-1.5.0.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/virtual/jdk/ChangeLog b/virtual/jdk/ChangeLog index 21ac57053968..ccd064de04f0 100644 --- a/virtual/jdk/ChangeLog +++ b/virtual/jdk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/jdk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.49 2012/07/09 20:43:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.50 2012/09/16 13:17:36 chithanh Exp $ + + 16 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + jdk-1.5.0.ebuild: + Keyword ~arm, bug #305773. 09 Jul 2012; Agostino Sarubbo <ago@gentoo.org> jdk-1.6.0-r1.ebuild: Stable for amd64, wrt bug #425456 @@ -179,4 +183,3 @@ 06 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> +metadata.xml, +jdk-1.3.ebuild, +jdk-1.4.ebuild, +jdk-1.5.ebuild: Initial version of virtual/jdk. - diff --git a/virtual/jdk/jdk-1.5.0.ebuild b/virtual/jdk/jdk-1.5.0.ebuild index 9156e1da846a..60e797c3a6b9 100644 --- a/virtual/jdk/jdk-1.5.0.ebuild +++ b/virtual/jdk/jdk-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.5.0.ebuild,v 1.20 2012/01/04 09:11:51 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.5.0.ebuild,v 1.21 2012/09/16 13:17:36 chithanh Exp $ DESCRIPTION="Virtual for JDK" HOMEPAGE="" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="" SLOT="1.5" -KEYWORDS="amd64 ppc ppc64 x86 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # The keyword voodoo below is needed so that ppc(64) users will |