Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/antlr-cpp/
Date: Sun, 26 May 2019 11:50:44
Message-Id: 1558871420.8a90f2477c28c0b7540fafeacf8dae919d253268.zlogene@gentoo
1 commit: 8a90f2477c28c0b7540fafeacf8dae919d253268
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 11:50:20 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 11:50:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a90f247
7
8 dev-cpp/antlr-cpp: amd64 stable wrt bug #683942
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 dev-cpp/antlr-cpp/antlr-cpp-4.7.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-cpp/antlr-cpp/antlr-cpp-4.7.1.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-4.7.1.ebuild
18 index 4c54326473f..44be13003a2 100644
19 --- a/dev-cpp/antlr-cpp/antlr-cpp-4.7.1.ebuild
20 +++ b/dev-cpp/antlr-cpp/antlr-cpp-4.7.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.antlr.org/"
28 SRC_URI="https://www.antlr.org/download/antlr4-cpp-runtime-${PV}-source.zip -> ${P}.zip"
29 LICENSE="BSD"
30 SLOT="4"
31 -KEYWORDS="~amd64 ~x86"
32 +KEYWORDS="amd64 ~x86"
33
34 DEPEND="app-arch/zip"