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/gflags/
Date: Thu, 04 Jan 2018 21:05:45
Message-Id: 1515099934.6d3e8dd90b62513dc19fb72ca548e83fba6f1313.zlogene@gentoo
1 commit: 6d3e8dd90b62513dc19fb72ca548e83fba6f1313
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 21:05:15 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 21:05:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3e8dd9
7
8 dev-cpp/gflags: amd64/arm/x86 stable wrt bug #643168
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-cpp/gflags/gflags-2.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/gflags/gflags-2.2.0.ebuild b/dev-cpp/gflags/gflags-2.2.0.ebuild
16 index 9b67f4b318e..7ec523ddfe2 100644
17 --- a/dev-cpp/gflags/gflags-2.2.0.ebuild
18 +++ b/dev-cpp/gflags/gflags-2.2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
26 EGIT_REPO_URI="https://github.com/gflags/gflags.git"
27 else
28 SRC_URI="https://github.com/gflags/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
30 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
31 fi
32
33 DESCRIPTION="Google's C++ argument parsing library"