diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 07:25:42 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 07:25:42 +0000 |
commit | 57c65d661f4b109371109082e0a0695700f34842 (patch) | |
tree | c1f89b3535e0f5c15fe96f3356544a3c3c1674fb /dev-java/commons-httpclient | |
parent | keywords ~amd64; closes #67333. (Manifest recommit) (diff) | |
download | gentoo-2-57c65d661f4b109371109082e0a0695700f34842.tar.gz gentoo-2-57c65d661f4b109371109082e0a0695700f34842.tar.bz2 gentoo-2-57c65d661f4b109371109082e0a0695700f34842.zip |
keywords ~amd64; closes #67324.
Diffstat (limited to 'dev-java/commons-httpclient')
-rw-r--r-- | dev-java/commons-httpclient/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-httpclient/commons-httpclient-2.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-httpclient/ChangeLog b/dev-java/commons-httpclient/ChangeLog index 0ab273268c5a..96d928104960 100644 --- a/dev-java/commons-httpclient/ChangeLog +++ b/dev-java/commons-httpclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-httpclient # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.11 2004/10/16 17:06:51 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.12 2004/10/17 07:25:42 absinthe Exp $ + + 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> + commons-httpclient-2.0.1.ebuild: + keywords ~amd64; closes #67324. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> commons-httpclient-2.0-r1.ebuild, commons-httpclient-2.0.1.ebuild, diff --git a/dev-java/commons-httpclient/commons-httpclient-2.0.1.ebuild b/dev-java/commons-httpclient/commons-httpclient-2.0.1.ebuild index d566b04b268f..f78c3d146303 100644 --- a/dev-java/commons-httpclient/commons-httpclient-2.0.1.ebuild +++ b/dev-java/commons-httpclient/commons-httpclient-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-2.0.1.ebuild,v 1.5 2004/10/16 17:06:51 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-2.0.1.ebuild,v 1.6 2004/10/17 07:25:42 absinthe Exp $ inherit java-pkg eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/commons/httpclient/source/${P/_/-}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="doc jikes" DEPEND=">=virtual/jdk-1.3 |