summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-06-18 17:41:22 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-06-18 17:41:22 +0000
commitbac48cc0415bcc2e1ed32b3d5c6b26b39d643b9a (patch)
tree4a95b18e8605c50f5c56f1f7d815c09c5fe2a8df /dev-java/commons-httpclient
parentAllow sys-libs/db-4* to satisfy kbabel's dependencies as all of them work fin... (diff)
downloadhistorical-bac48cc0415bcc2e1ed32b3d5c6b26b39d643b9a.tar.gz
historical-bac48cc0415bcc2e1ed32b3d5c6b26b39d643b9a.tar.bz2
historical-bac48cc0415bcc2e1ed32b3d5c6b26b39d643b9a.zip
Add ~x86-fbsd keyword.
Package-Manager: portage-2.1.3_rc4
Diffstat (limited to 'dev-java/commons-httpclient')
-rw-r--r--dev-java/commons-httpclient/ChangeLog6
-rw-r--r--dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-httpclient/ChangeLog b/dev-java/commons-httpclient/ChangeLog
index 8af315c33fee..9deb5d8ed967 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.46 2007/05/07 15:21:56 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.47 2007/06/18 17:24:41 flameeyes Exp $
+
+ 18 Jun 2007; Diego Pettenò <flameeyes@gentoo.org>
+ commons-httpclient-3.0.1-r1.ebuild:
+ Add ~x86-fbsd keyword.
07 May 2007; Vlastimil Babka <caster@gentoo.org>
commons-httpclient-3.0.1-r1.ebuild:
diff --git a/dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild b/dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild
index ac4c836d1ebe..5420d20a040e 100644
--- a/dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild
+++ b/dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.0.1-r1.ebuild,v 1.2 2007/05/07 15:21:56 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild,v 1.3 2007/06/18 17:24:41 flameeyes Exp $
JAVA_PKG_IUSE="doc examples source test"
inherit java-pkg-2 java-ant-2
@@ -11,7 +11,7 @@ HOMEPAGE="http://jakarta.apache.org/commons/httpclient/index.html"
SRC_URI="mirror://apache/jakarta/commons/httpclient/source/${MY_P}-src.tar.gz"
LICENSE="Apache-2.0"
SLOT="3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
# doesn't work on IBM JDK, bug #176133
RESTRICT="test"