Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/benchmark/
Date: Fri, 25 Sep 2020 22:55:27
Message-Id: 1601074504.941e74b69d4e6d5338e6dc4d942b6c1ca5ec830c.gyakovlev@gentoo
1 commit: 941e74b69d4e6d5338e6dc4d942b6c1ca5ec830c
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 21:47:15 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 22:55:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941e74b6
7
8 dev-cpp/benchmark: add ~ppc64 keyword
9
10 100% tests passed.
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 dev-cpp/benchmark/benchmark-1.5.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-cpp/benchmark/benchmark-1.5.2.ebuild b/dev-cpp/benchmark/benchmark-1.5.2.ebuild
19 index c64fe45b19a..ccdf771385b 100644
20 --- a/dev-cpp/benchmark/benchmark-1.5.2.ebuild
21 +++ b/dev-cpp/benchmark/benchmark-1.5.2.ebuild
22 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23
24 LICENSE="Apache-2.0"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~x86"
27 +KEYWORDS="~amd64 ~ppc64 ~x86"
28 IUSE="test"
29 RESTRICT="!test? ( test )"