From b90acbbac9d43774089200ccd71655a3e4bb969c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 1 Mar 2018 09:41:05 +0100 Subject: [PATCH] dev-java/commons-vfs: Dekeyword *-fbsd --- dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild | 4 ++-- 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 cd41c2e7792a2..0387c4902d780 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 c0b4d9f74835d..dfb2804095335 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