diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-03-08 13:09:43 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-03-08 13:09:43 +0000 |
commit | fc5c950c5bf45ed96c63d4400f7a03a8394d0a5c (patch) | |
tree | 3c831add2ca2733bbabfeea148e236b31d6afa07 /dev-java/commons-httpclient | |
parent | amd64 stable wrt bug #207381 (diff) | |
download | gentoo-2-fc5c950c5bf45ed96c63d4400f7a03a8394d0a5c.tar.gz gentoo-2-fc5c950c5bf45ed96c63d4400f7a03a8394d0a5c.tar.bz2 gentoo-2-fc5c950c5bf45ed96c63d4400f7a03a8394d0a5c.zip |
Stable on ppc, see bug #212638.
(Portage version: 2.1.4.4)
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-3.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 652dc823561f..884aefe943c7 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.57 2008/03/08 10:46:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.58 2008/03/08 13:09:43 nelchael Exp $ + + 08 Mar 2008; Krzysiek Pawlik <nelchael@gentoo.org> + commons-httpclient-3.1.ebuild: + Stable on ppc, see bug #212638. 08 Mar 2008; Markus Meier <maekke@gentoo.org> commons-httpclient-3.1.ebuild: diff --git a/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild b/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild index 8f930c8d20e9..e5f40aa60391 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.3 2008/03/08 10:46:22 maekke Exp $ +# $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 $ 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" |