diff options
author | Sam James <sam@gentoo.org> | 2023-08-22 12:16:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-22 12:16:13 +0100 |
commit | 2768eb9bb6cb219db053ca0b9cac88c978fb52e5 (patch) | |
tree | fa26caf194b2d761ab68d54c813556f9e232c5a3 /dev-cpp | |
parent | dev-libs/xmlsec: Stabilize 1.3.1 ppc, #910345 (diff) | |
download | gentoo-2768eb9bb6cb219db053ca0b9cac88c978fb52e5.tar.gz gentoo-2768eb9bb6cb219db053ca0b9cac88c978fb52e5.tar.bz2 gentoo-2768eb9bb6cb219db053ca0b9cac88c978fb52e5.zip |
dev-cpp/benchmark: Stabilize 1.8.2 amd64, #912744
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.8.2.ebuild b/dev-cpp/benchmark/benchmark-1.8.2.ebuild index a78ca8fd5b4a..1ab5f296c427 100644 --- a/dev-cpp/benchmark/benchmark-1.8.2.ebuild +++ b/dev-cpp/benchmark/benchmark-1.8.2.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 )" |