diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2012-01-01 19:37:50 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2012-01-01 19:37:50 +0000 |
commit | 2bd8ba1f4e0beb45dfa19902c9a860fdb4d9e1b9 (patch) | |
tree | 8658183d7ec2bd5128efa46e7a5b9bc8a74608e9 /dev-java/sun-jms | |
parent | Drop ia64 support #345433 (diff) | |
download | gentoo-2-2bd8ba1f4e0beb45dfa19902c9a860fdb4d9e1b9.tar.gz gentoo-2-2bd8ba1f4e0beb45dfa19902c9a860fdb4d9e1b9.tar.bz2 gentoo-2-2bd8ba1f4e0beb45dfa19902c9a860fdb4d9e1b9.zip |
Drop ia64 support #345433
(Portage version: 2.1.10.43/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/sun-jms')
-rw-r--r-- | dev-java/sun-jms/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/sun-jms/sun-jms-1.1-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/sun-jms/ChangeLog b/dev-java/sun-jms/ChangeLog index dda514ba6ce9..def41f02f305 100644 --- a/dev-java/sun-jms/ChangeLog +++ b/dev-java/sun-jms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/sun-jms -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jms/ChangeLog,v 1.16 2011/09/12 13:26:37 pva Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jms/ChangeLog,v 1.17 2012/01/01 19:37:50 sera Exp $ + + 01 Jan 2012; Ralph Sennhauser <sera@gentoo.org> sun-jms-1.1-r2.ebuild: + Drop ia64 support #345433 12 Sep 2011; Peter Volkov <pva@gentoo.org> sun-jms-1.1-r2.ebuild: Update DOWNLOAD_PAGE to point on oracle site, bug #380365 thank 'philipplewe diff --git a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild b/dev-java/sun-jms/sun-jms-1.1-r2.ebuild index 6d9634c2b311..4ce44777922f 100644 --- a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild +++ b/dev-java/sun-jms/sun-jms-1.1-r2.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/dev-java/sun-jms/sun-jms-1.1-r2.ebuild,v 1.15 2011/09/12 13:26:37 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jms/sun-jms-1.1-r2.ebuild,v 1.16 2012/01/01 19:37:50 sera Exp $ inherit java-pkg-2 @@ -11,7 +11,7 @@ HOMEPAGE="http://java.sun.com/products/jms/" SRC_URI="${At}" LICENSE="sun-bcla-jms" SLOT=0 -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc" RDEPEND=">=virtual/jre-1.3" DEPEND="app-arch/unzip |