diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:41:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:45:54 +0100 |
commit | b90acbbac9d43774089200ccd71655a3e4bb969c (patch) | |
tree | 371f914c3c45eabcd5f6adddb26af040f871d74e /dev-java/commons-vfs | |
parent | dev-java/commons-validator: Dekeyword *-fbsd (diff) | |
download | gentoo-b90acbbac9d43774089200ccd71655a3e4bb969c.tar.gz gentoo-b90acbbac9d43774089200ccd71655a3e4bb969c.tar.bz2 gentoo-b90acbbac9d43774089200ccd71655a3e4bb969c.zip |
dev-java/commons-vfs: Dekeyword *-fbsd
Diffstat (limited to 'dev-java/commons-vfs')
-rw-r--r-- | dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/commons-vfs/commons-vfs-2.0-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild b/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild index cd41c2e7792a..0387c4902d78 100644 --- a/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild +++ b/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://commons.apache.org/vfs/" SRC_URI="https://archive.apache.org/dist/${PN/-//}/source/${P}-src.tar.gz" # Not on Apache mirrors. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux" RESTRICT="test" # Some failures, can't figure them out. CP_DEPEND=" diff --git a/dev-java/commons-vfs/commons-vfs-2.0-r1.ebuild b/dev-java/commons-vfs/commons-vfs-2.0-r1.ebuild index c0b4d9f74835..dfb280409533 100644 --- a/dev-java/commons-vfs/commons-vfs-2.0-r1.ebuild +++ b/dev-java/commons-vfs/commons-vfs-2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/vfs/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" CDEPEND=" dev-java/ant-core:0 |