diff options
author | Brent Baude <ranger@gentoo.org> | 2008-03-11 14:48:19 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-03-11 14:48:19 +0000 |
commit | b10e67e51d7672bdc9d8d9bb1666a03d73bcd249 (patch) | |
tree | 4bf5d657dee52f4ec35d5e650955f835e5c90529 /dev-java/commons-httpclient/commons-httpclient-3.1.ebuild | |
parent | stable ppc64, bug 211986 (diff) | |
download | gentoo-2-b10e67e51d7672bdc9d8d9bb1666a03d73bcd249.tar.gz gentoo-2-b10e67e51d7672bdc9d8d9bb1666a03d73bcd249.tar.bz2 gentoo-2-b10e67e51d7672bdc9d8d9bb1666a03d73bcd249.zip |
stable ppc64, bug 212638
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java/commons-httpclient/commons-httpclient-3.1.ebuild')
-rw-r--r-- | dev-java/commons-httpclient/commons-httpclient-3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild b/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild index e5f40aa60391..1deefbe4e73f 100644 --- a/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild +++ b/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild,v 1.4 2008/03/08 13:09:43 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild,v 1.5 2008/03/11 14:48:19 ranger Exp $ JAVA_PKG_IUSE="doc examples source test" inherit java-pkg-2 java-ant-2 @@ -10,7 +10,7 @@ HOMEPAGE="http://hc.apache.org/" SRC_URI="mirror://apache/httpcomponents/${PN}/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="~amd64 ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="~amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="" # doesn't work on IBM JDK, bug #176133 RESTRICT="test" |