Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/byaccj/
Date: Mon, 02 Nov 2015 23:57:00
Message-Id: 1446508574.228cbbe7d637853b2759bd5760696265f5904f7e.chewi@gentoo
1 commit: 228cbbe7d637853b2759bd5760696265f5904f7e
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 23:52:35 2015 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 23:56:14 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228cbbe7
7
8 dev-java/byaccj: Add ~arm keyword
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-java/byaccj/byaccj-1.15-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/byaccj/byaccj-1.15-r1.ebuild b/dev-java/byaccj/byaccj-1.15-r1.ebuild
16 index d2477b2..76cdf98 100644
17 --- a/dev-java/byaccj/byaccj-1.15-r1.ebuild
18 +++ b/dev-java/byaccj/byaccj-1.15-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
26
27 LICENSE="public-domain"
28 SLOT="0"
29 -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
30 +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
31 IUSE=""
32
33 S="${WORKDIR}/${PN}${PV}"