diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:40:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:45:50 +0100 |
commit | b39ae9d1a7419b6a914192cb9df536f35142888c (patch) | |
tree | 102a88c9b9be5d622b5548c19366f0219dbb1271 /dev-java/commons-io | |
parent | ef7702439640f5736aa8d535661575fe97a00fa6 (diff) | |
download | gentoo-b39ae9d1a7419b6a914192cb9df536f35142888c.tar.gz gentoo-b39ae9d1a7419b6a914192cb9df536f35142888c.tar.xz |
dev-java/commons-io: Dekeyword *-fbsd
Diffstat (limited to 'dev-java/commons-io')
-rw-r--r-- | dev-java/commons-io/commons-io-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-io/commons-io-2.4.ebuild b/dev-java/commons-io/commons-io-2.4.ebuild index a300a552a88..464bb54f673 100644 --- a/dev-java/commons-io/commons-io-2.4.ebuild +++ b/dev-java/commons-io/commons-io-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 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/io/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="amd64 ~arm64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND=">=virtual/jre-1.6" |