diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-10-17 03:48:37 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-10-17 03:48:37 +0000 |
commit | e2cdbb5db6dcfed72c58e62c52a392899639415d (patch) | |
tree | bfcfd4f038faedc6ac4c7d3c9bf1873e7fcd3346 /dev-java/commons-collections | |
parent | Version bump for security issue CVE-2006-4154. Fixes bug 151359 (diff) | |
download | historical-e2cdbb5db6dcfed72c58e62c52a392899639415d.tar.gz historical-e2cdbb5db6dcfed72c58e62c52a392899639415d.tar.bz2 historical-e2cdbb5db6dcfed72c58e62c52a392899639415d.zip |
Keyworded ~ia64.
Package-Manager: portage-2.1.2_pre2-r6
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.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index 045e0bba643d..5cba921ec0e9 100644 --- a/dev-java/commons-collections/ChangeLog +++ b/dev-java/commons-collections/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-collections # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.33 2006/10/05 15:19:58 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.34 2006/10/17 03:42:19 nichoj Exp $ + + 17 Oct 2006; Joshua Nichols <nichoj@gentoo.org> + commons-collections-3.1-r1.ebuild: + Keyworded ~ia64. 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> commons-collections-3.1.ebuild, commons-collections-3.1-r1.ebuild: diff --git a/dev-java/commons-collections/commons-collections-3.1-r1.ebuild b/dev-java/commons-collections/commons-collections-3.1-r1.ebuild index 00fe7c1e74bf..4eade6bd5f2b 100644 --- a/dev-java/commons-collections/commons-collections-3.1-r1.ebuild +++ b/dev-java/commons-collections/commons-collections-3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.1-r1.ebuild,v 1.4 2006/10/05 15:19:58 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.1-r1.ebuild,v 1.5 2006/10/17 03:42:19 nichoj Exp $ inherit java-pkg-2 java-ant-2 eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/commons/collections/source/${P}-src.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="doc source" DEPEND=">=virtual/jdk-1.3 |