diff options
author | 2012-01-02 07:49:52 +0000 | |
---|---|---|
committer | 2012-01-02 07:49:52 +0000 | |
commit | 7e1f9d1cb5d93f2fa26aecb78dcabe38931ec408 (patch) | |
tree | 0088bdae16afafa865d1043d9bd3787973f7daa5 /dev-java/java-getopt | |
parent | Mask until #395893 is sorted out to fix initial builds. (diff) | |
download | historical-7e1f9d1cb5d93f2fa26aecb78dcabe38931ec408.tar.gz historical-7e1f9d1cb5d93f2fa26aecb78dcabe38931ec408.tar.bz2 historical-7e1f9d1cb5d93f2fa26aecb78dcabe38931ec408.zip |
Drop ia64 support #345433
Package-Manager: portage-2.1.10.43/cvs/Linux x86_64
Diffstat (limited to 'dev-java/java-getopt')
-rw-r--r-- | dev-java/java-getopt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/java-getopt/java-getopt-1.0.13.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/java-getopt/ChangeLog b/dev-java/java-getopt/ChangeLog index aff5d7ee8287..9dcd1feda5f2 100644 --- a/dev-java/java-getopt/ChangeLog +++ b/dev-java/java-getopt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/java-getopt -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.21 2010/01/23 12:17:29 aballier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.22 2012/01/02 07:44:12 sera Exp $ + + 02 Jan 2012; Ralph Sennhauser <sera@gentoo.org> java-getopt-1.0.13.ebuild: + Drop ia64 support #345433 23 Jan 2010; Alexis Ballier <aballier@gentoo.org> java-getopt-1.0.13.ebuild: diff --git a/dev-java/java-getopt/java-getopt-1.0.13.ebuild b/dev-java/java-getopt/java-getopt-1.0.13.ebuild index a0a73fa65cbf..b394cdcd6f0c 100644 --- a/dev-java/java-getopt/java-getopt-1.0.13.ebuild +++ b/dev-java/java-getopt/java-getopt-1.0.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/java-getopt/java-getopt-1.0.13.ebuild,v 1.9 2010/01/23 12:17:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.13.ebuild,v 1.10 2012/01/02 07:44:12 sera Exp $ JAVA_PKG_IUSE="doc source" @@ -14,7 +14,7 @@ SLOT="1" DEPEND=">=virtual/jdk-1.4 dev-java/ant-core" RDEPEND=">=virtual/jre-1.4" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="doc source" S=${WORKDIR} |