Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/antlr-cpp/
Date: Sun, 31 May 2020 19:09:38
Message-Id: 1590952170.fcaf9fe4dec1a44d948835e05bada56507bc582c.slyfox@gentoo
1 commit: fcaf9fe4dec1a44d948835e05bada56507bc582c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 19:08:32 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 19:09:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcaf9fe4
7
8 dev-cpp/antlr-cpp: keyworded 4.7.2 for ppc
9
10 keyworded wrt , bug #726418
11
12 Package-Manager: Portage-2.3.100, Repoman-2.3.22
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild
20 index 93dee6e7c91..1f45e536e21 100644
21 --- a/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild
22 +++ b/dev-cpp/antlr-cpp/antlr-cpp-4.7.2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.antlr.org/"
30 SRC_URI="https://www.antlr.org/download/antlr4-cpp-runtime-${PV}-source.zip -> ${P}.zip"
31 LICENSE="BSD"
32 SLOT="4"
33 -KEYWORDS="amd64 x86"
34 +KEYWORDS="amd64 ~ppc x86"
35
36 DEPEND="app-arch/zip"