diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2012-01-04 09:11:51 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2012-01-04 09:11:51 +0000 |
commit | a676ede03b2cc8f1d882104f804bf82e8298e935 (patch) | |
tree | 88e24640abc5ee74a6704ee3f8299b315c8ad40a /virtual/jdk | |
parent | Version Bump, added linguas support, #315567; cleaned old (diff) | |
download | gentoo-2-a676ede03b2cc8f1d882104f804bf82e8298e935.tar.gz gentoo-2-a676ede03b2cc8f1d882104f804bf82e8298e935.tar.bz2 gentoo-2-a676ede03b2cc8f1d882104f804bf82e8298e935.zip |
Drop ia64 support #345433
(Portage version: 2.1.10.44/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 | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/jdk/ChangeLog b/virtual/jdk/ChangeLog index c118775d8092..1062e4d3db4e 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.44 2011/12/16 15:04:14 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.45 2012/01/04 09:11:51 sera Exp $ + + 04 Jan 2012; Ralph Sennhauser <sera@gentoo.org> jdk-1.5.0.ebuild: + Drop ia64 support #345433 16 Dec 2011; Fabian Groffen <grobian@gentoo.org> jdk-1.7.0.ebuild: Add Prefix keywords (now oracle-jdk-bin has them too) diff --git a/virtual/jdk/jdk-1.5.0.ebuild b/virtual/jdk/jdk-1.5.0.ebuild index f7e04e56610b..9156e1da846a 100644 --- a/virtual/jdk/jdk-1.5.0.ebuild +++ b/virtual/jdk/jdk-1.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.19 2011/11/04 15:14:43 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.5.0.ebuild,v 1.20 2012/01/04 09:11:51 sera Exp $ DESCRIPTION="Virtual for JDK" HOMEPAGE="" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="" SLOT="1.5" -KEYWORDS="amd64 ia64 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 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 |