diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 08:58:38 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 09:47:48 +0200 |
commit | 49c54e3445f2bb365b2a9811b1a9b1b64f7738bc (patch) | |
tree | e8570ca024c079c433fe997a2e6e1240e052a4fb /dev-java/byaccj | |
parent | dev-java/junit: keyword ~arm64 (diff) | |
download | gentoo-49c54e3445f2bb365b2a9811b1a9b1b64f7738bc.tar.gz gentoo-49c54e3445f2bb365b2a9811b1a9b1b64f7738bc.tar.bz2 gentoo-49c54e3445f2bb365b2a9811b1a9b1b64f7738bc.zip |
dev-java/byaccj: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-java/byaccj')
-rw-r--r-- | dev-java/byaccj/byaccj-1.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/byaccj/byaccj-1.15-r1.ebuild b/dev-java/byaccj/byaccj-1.15-r1.ebuild index 93a04a5adb8e..03bf293aa05f 100644 --- a/dev-java/byaccj/byaccj-1.15-r1.ebuild +++ b/dev-java/byaccj/byaccj-1.15-r1.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="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="" S="${WORKDIR}/${PN}${PV}" |