diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-23 14:19:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-23 14:19:53 +0000 |
commit | b0ea35aabf59b62429b753dff53c47f956a45f0c (patch) | |
tree | 2644dbca54bc194e177c3c136a2b56792304c90d /dev-java/commons-vfs | |
parent | Require SLOT="0" of media-libs/jpeg for headers. (diff) | |
download | gentoo-2-b0ea35aabf59b62429b753dff53c47f956a45f0c.tar.gz gentoo-2-b0ea35aabf59b62429b753dff53c47f956a45f0c.tar.bz2 gentoo-2-b0ea35aabf59b62429b753dff53c47f956a45f0c.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/commons-vfs')
-rw-r--r-- | dev-java/commons-vfs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-vfs/commons-vfs-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-vfs/ChangeLog b/dev-java/commons-vfs/ChangeLog index 349134845add..722fb96b9816 100644 --- a/dev-java/commons-vfs/ChangeLog +++ b/dev-java/commons-vfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-vfs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-vfs/ChangeLog,v 1.11 2010/01/03 20:32:30 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-vfs/ChangeLog,v 1.12 2010/01/23 14:19:53 aballier Exp $ + + 23 Jan 2010; Alexis Ballier <aballier@gentoo.org> commons-vfs-1.0.ebuild: + keyword ~x86-fbsd 03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> commons-vfs-1.0.ebuild: diff --git a/dev-java/commons-vfs/commons-vfs-1.0.ebuild b/dev-java/commons-vfs/commons-vfs-1.0.ebuild index 22af3437f069..1aa7c4e0f92a 100644 --- a/dev-java/commons-vfs/commons-vfs-1.0.ebuild +++ b/dev-java/commons-vfs/commons-vfs-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-vfs/commons-vfs-1.0.ebuild,v 1.11 2010/01/03 20:32:30 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-vfs/commons-vfs-1.0.ebuild,v 1.12 2010/01/23 14:19:53 aballier Exp $ JAVA_PKG_IUSE="doc source" @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/jakarta/${PN/-//}/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" COMMON_DEP=" dev-java/commons-logging |