diff options
author | James Le Cuirot <chewi@gentoo.org> | 2015-11-02 23:52:35 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2015-11-02 23:56:14 +0000 |
commit | 228cbbe7d637853b2759bd5760696265f5904f7e (patch) | |
tree | 9fe175276da285372eb2634fdb6978ca8da7d7e4 /dev-java/byaccj | |
parent | dev-java/javacup: Rewrite for version bump to 0.11b_p20151001 (diff) | |
download | gentoo-228cbbe7d637853b2759bd5760696265f5904f7e.tar.gz gentoo-228cbbe7d637853b2759bd5760696265f5904f7e.tar.bz2 gentoo-228cbbe7d637853b2759bd5760696265f5904f7e.zip |
dev-java/byaccj: Add ~arm keyword
Package-Manager: portage-2.2.20.1
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 d2477b29c143..76cdf988d153 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-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="" S="${WORKDIR}/${PN}${PV}" |