diff options
author | Sam James <sam@gentoo.org> | 2023-03-07 11:40:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-07 11:40:54 +0000 |
commit | a9e1af458d3c7f3f8f0c386131ba8f676056e21e (patch) | |
tree | 300bc6d332fda19c0ab4c747511ce40650ac3b33 /dev-cpp/benchmark | |
parent | dev-cpp/benchmark: Stabilize 1.7.1 ppc64, #899968 (diff) | |
download | gentoo-a9e1af458d3c7f3f8f0c386131ba8f676056e21e.tar.gz gentoo-a9e1af458d3c7f3f8f0c386131ba8f676056e21e.tar.bz2 gentoo-a9e1af458d3c7f3f8f0c386131ba8f676056e21e.zip |
dev-cpp/benchmark: Stabilize 1.7.1 x86, #899968
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/benchmark')
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.7.1.ebuild b/dev-cpp/benchmark/benchmark-1.7.1.ebuild index daa260ff0c63..5427c264ac7c 100644 --- a/dev-cpp/benchmark/benchmark-1.7.1.ebuild +++ b/dev-cpp/benchmark/benchmark-1.7.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv x86" IUSE="debug doc lto test" RESTRICT="!test? ( test )" |