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/benchmark/
Date: Mon, 31 Jan 2022 18:52:07
Message-Id: 1643655092.e4466bffc0a5767df0a2e3fff2c8d505aafa143b.sam@gentoo
1 commit: e4466bffc0a5767df0a2e3fff2c8d505aafa143b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 18:51:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 18:51:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4466bff
7
8 dev-cpp/benchmark: Stabilize 1.6.1 ppc, #832393
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/benchmark/benchmark-1.6.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/benchmark/benchmark-1.6.1.ebuild b/dev-cpp/benchmark/benchmark-1.6.1.ebuild
16 index 303c9552fa05..96153895aebb 100644
17 --- a/dev-cpp/benchmark/benchmark-1.6.1.ebuild
18 +++ b/dev-cpp/benchmark/benchmark-1.6.1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
24 +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv x86"
25 IUSE="debug doc lto test"
26
27 RESTRICT="!test? ( test )"