diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-03 20:25:49 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-03 20:25:49 +0000 |
commit | 9188434dd782a2e8650f8e2d33b9fe2ff0b20acb (patch) | |
tree | dd7f97cd55900d191319bdc5cb0b4bd9987c544e /dev-java/commons-httpclient | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-9188434dd782a2e8650f8e2d33b9fe2ff0b20acb.tar.gz gentoo-2-9188434dd782a2e8650f8e2d33b9fe2ff0b20acb.tar.bz2 gentoo-2-9188434dd782a2e8650f8e2d33b9fe2ff0b20acb.zip |
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-java/commons-httpclient')
-rw-r--r-- | dev-java/commons-httpclient/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/commons-httpclient/commons-httpclient-3.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/commons-httpclient/ChangeLog b/dev-java/commons-httpclient/ChangeLog index 9a2c7bdddd4a..320688627dda 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.62 2008/03/22 22:32:59 betelgeuse Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.63 2010/01/03 20:25:49 fauli Exp $ + + 03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + commons-httpclient-3.1.ebuild: + Transfer Prefix keywords 22 Mar 2008; Petteri Räty <betelgeuse@gentoo.org> commons-httpclient-2.0.2-r1.ebuild: diff --git a/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild b/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild index c588b8fc4507..8d0f5c0c5aa1 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 +# Copyright 1999-2010 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.6 2008/03/11 21:45:05 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild,v 1.7 2010/01/03 20:25:49 fauli 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 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" # doesn't work on IBM JDK, bug #176133 RESTRICT="test" |