diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:41:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-01 09:46:03 +0100 |
commit | 10a1d9b6403541d97dd26377f8c1ad186658a478 (patch) | |
tree | efc74e17d9280632cb6b66a8819f8ce04f03e4e3 /dev-java/javacc | |
parent | dev-java/java-getopt: Dekeyword *-fbsd (diff) | |
download | gentoo-10a1d9b6403541d97dd26377f8c1ad186658a478.tar.gz gentoo-10a1d9b6403541d97dd26377f8c1ad186658a478.tar.bz2 gentoo-10a1d9b6403541d97dd26377f8c1ad186658a478.zip |
dev-java/javacc: Dekeyword *-fbsd
Diffstat (limited to 'dev-java/javacc')
-rw-r--r-- | dev-java/javacc/javacc-5.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/javacc/javacc-5.0-r3.ebuild b/dev-java/javacc/javacc-5.0-r3.ebuild index 1249b0be132f..455204cb8ba3 100644 --- a/dev-java/javacc/javacc-5.0-r3.ebuild +++ b/dev-java/javacc/javacc-5.0-r3.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=6 @@ -14,7 +14,7 @@ SRC_URI="http://java.net/projects/${PN}/downloads/download/${P}src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" CDEPEND="dev-java/junit:0" |