diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:41:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:46:03 +0100 |
commit | 1d762a8edc5e645217486798cd8e13672a8b7c60 (patch) | |
tree | bc6d476117ef24e2e4a5ec0465b12e9728a43feb /dev-java | |
parent | dev-java/java-config: Dekeyword *-fbsd (diff) | |
download | gentoo-1d762a8edc5e645217486798cd8e13672a8b7c60.tar.gz gentoo-1d762a8edc5e645217486798cd8e13672a8b7c60.tar.bz2 gentoo-1d762a8edc5e645217486798cd8e13672a8b7c60.zip |
dev-java/java-getopt: Dekeyword *-fbsd
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/java-getopt/java-getopt-1.0.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/java-getopt/java-getopt-1.0.14.ebuild b/dev-java/java-getopt/java-getopt-1.0.14.ebuild index e5e3e71f6d3c..a7baab751965 100644 --- a/dev-java/java-getopt/java-getopt-1.0.14.ebuild +++ b/dev-java/java-getopt/java-getopt-1.0.14.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="http://www.urbanophile.com/arenn/hacking/getopt/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.4" |