diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-10-17 03:42:19 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-10-17 03:42:19 +0000 |
commit | db2a4e4f1b40c3b053855e50d1424537ca4e1f29 (patch) | |
tree | f52bbdc36fb71d0cf9979aa5d4f02cc5a4670bbf /dev-java/commons-collections | |
parent | Keyworded ~ia64. (diff) | |
download | gentoo-2-db2a4e4f1b40c3b053855e50d1424537ca4e1f29.tar.gz gentoo-2-db2a4e4f1b40c3b053855e50d1424537ca4e1f29.tar.bz2 gentoo-2-db2a4e4f1b40c3b053855e50d1424537ca4e1f29.zip |
Keyworded ~ia64.
(Portage version: 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 |