Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/benchmark/
Date: Fri, 02 Sep 2022 15:18:09
Message-Id: 1662131829.289f193773552dc9916de08ead06f0062e7e54e9.arthurzam@gentoo
1 commit: 289f193773552dc9916de08ead06f0062e7e54e9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 15:14:59 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 15:17:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289f1937
7
8 dev-cpp/benchmark: Stabilize 1.7.0 arm64, #867988
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-cpp/benchmark/benchmark-1.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/benchmark/benchmark-1.7.0.ebuild b/dev-cpp/benchmark/benchmark-1.7.0.ebuild
16 index 2117d73a2f02..3661e33c1b27 100644
17 --- a/dev-cpp/benchmark/benchmark-1.7.0.ebuild
18 +++ b/dev-cpp/benchmark/benchmark-1.7.0.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 ~loong ppc ppc64 ~riscv ~x86"
24 +KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~x86"
25 IUSE="debug doc lto test"
26
27 RESTRICT="!test? ( test )"