diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 15:26:38 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 15:26:38 +0000 |
commit | dffd67c935f80f50edb17b26e8e09db3247cc204 (patch) | |
tree | b30ee4364a4eca9f540a77df7c97eea8ebf59d5d /dev-java/commons-httpclient/commons-httpclient-2.0.1.ebuild | |
parent | Dropping sparc keywords, see #96229 (diff) | |
download | gentoo-2-dffd67c935f80f50edb17b26e8e09db3247cc204.tar.gz gentoo-2-dffd67c935f80f50edb17b26e8e09db3247cc204.tar.bz2 gentoo-2-dffd67c935f80f50edb17b26e8e09db3247cc204.zip |
Dropping sparc keywords, see #96229
(Portage version: 2.1.1)
Diffstat (limited to 'dev-java/commons-httpclient/commons-httpclient-2.0.1.ebuild')
-rw-r--r-- | dev-java/commons-httpclient/commons-httpclient-2.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 1768450be479..de55b1257714 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.12 2005/12/16 01:01:33 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-2.0.1.ebuild,v 1.13 2006/10/05 15:26:38 gustavoz 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 amd64" +KEYWORDS="x86 ppc amd64" IUSE="doc jikes source" RDEPEND=">=virtual/jre-1.3 |