Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glog/
Date: Tue, 26 Apr 2022 02:53:14
Message-Id: 1650941566.11f595451eca8fa19b5a9ab7a251a1b6410e75f6.sam@gentoo
1 commit: 11f595451eca8fa19b5a9ab7a251a1b6410e75f6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 02:52:44 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 02:52:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f59545
7
8 dev-cpp/glog: unkeyword 0.4.0 for ~s390
9
10 Older version has unconditional dep on libunwind which is unkw'd here.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-cpp/glog/glog-0.4.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-cpp/glog/glog-0.4.0.ebuild b/dev-cpp/glog/glog-0.4.0.ebuild
18 index e48bfd350451..9b10f2e2fc95 100644
19 --- a/dev-cpp/glog/glog-0.4.0.ebuild
20 +++ b/dev-cpp/glog/glog-0.4.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2011-2020 Gentoo Authors
23 +# Copyright 2011-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="BSD"
29 SLOT="0"
30 # -sparc as libunwind is not ported on sparc
31 -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 -sparc x86 ~amd64-linux ~x86-linux"
32 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~amd64-linux ~x86-linux"
33 IUSE="gflags static-libs test"
34 RESTRICT="test"