diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2011-12-31 13:27:47 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2011-12-31 13:27:47 +0000 |
commit | 31e7bb59508620eb4913d697c9665619360c5048 (patch) | |
tree | c81f2be7384ebaf260bb7bc7a9b5f575b48bac2f /dev-java/commons-collections | |
parent | Drop ia64 support #345433 (diff) | |
download | historical-31e7bb59508620eb4913d697c9665619360c5048.tar.gz historical-31e7bb59508620eb4913d697c9665619360c5048.tar.bz2 historical-31e7bb59508620eb4913d697c9665619360c5048.zip |
Drop ia64 support #345433
Package-Manager: portage-2.1.10.43/cvs/Linux x86_64
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.2.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index d98982f31825..9efab1fa672a 100644 --- a/dev-java/commons-collections/ChangeLog +++ b/dev-java/commons-collections/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-collections # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.58 2011/11/30 12:09:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.59 2011/12/31 13:25:22 sera Exp $ + + 31 Dec 2011; Ralph Sennhauser <sera@gentoo.org> + commons-collections-3.2.1.ebuild: + Drop ia64 support #345433 30 Nov 2011; Fabian Groffen <grobian@gentoo.org> commons-collections-3.2.1.ebuild: diff --git a/dev-java/commons-collections/commons-collections-3.2.1.ebuild b/dev-java/commons-collections/commons-collections-3.2.1.ebuild index 734b0a24905f..1c953e1f32be 100644 --- a/dev-java/commons-collections/commons-collections-3.2.1.ebuild +++ b/dev-java/commons-collections/commons-collections-3.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v 1.10 2011/11/30 12:09:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v 1.11 2011/12/31 13:25:22 sera Exp $ JAVA_PKG_IUSE="doc source test" @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/${PN/-//}/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="test-framework" COMMON_DEP="test-framework? ( =dev-java/junit-3.8* )" |