Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/byaccj/
Date: Thu, 01 Mar 2018 08:39:59
Message-Id: 1519893579.3f208d66fe662fd493594496ddb2bed96060340f.mgorny@gentoo
1 commit: 3f208d66fe662fd493594496ddb2bed96060340f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 08:37:46 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 08:39:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f208d66
7
8 dev-java/byaccj: Dekeyword *-fbsd
9
10 dev-java/byaccj/byaccj-1.15-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-java/byaccj/byaccj-1.15-r1.ebuild b/dev-java/byaccj/byaccj-1.15-r1.ebuild
14 index 03bf293aa05..ecb1c7ade4c 100644
15 --- a/dev-java/byaccj/byaccj-1.15-r1.ebuild
16 +++ b/dev-java/byaccj/byaccj-1.15-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="4"
23 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
24
25 LICENSE="public-domain"
26 SLOT="0"
27 -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
28 +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
29 IUSE=""
30
31 S="${WORKDIR}/${PN}${PV}"