diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 08:58:51 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 09:47:48 +0200 |
commit | 83d1b5d8e71f6e334119ae3f7c882029ef0eb448 (patch) | |
tree | 5c708242edad7b2f1c47e41165b06fe8201115ee /dev-java/jflex | |
parent | dev-java/byaccj: keyword ~arm64 (diff) | |
download | gentoo-83d1b5d8e71f6e334119ae3f7c882029ef0eb448.tar.gz gentoo-83d1b5d8e71f6e334119ae3f7c882029ef0eb448.tar.bz2 gentoo-83d1b5d8e71f6e334119ae3f7c882029ef0eb448.zip |
dev-java/jflex: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-java/jflex')
-rw-r--r-- | dev-java/jflex/jflex-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jflex/jflex-1.6.1.ebuild b/dev-java/jflex/jflex-1.6.1.ebuild index 611e40ed328f..a9b7189a0559 100644 --- a/dev-java/jflex/jflex-1.6.1.ebuild +++ b/dev-java/jflex/jflex-1.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.jflex.de/" SRC_URI="http://${PN}.de/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="examples test vim-syntax" CDEPEND="dev-java/ant-core:0" |