diff options
author | Sam James <sam@gentoo.org> | 2022-01-31 18:51:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-31 18:51:32 +0000 |
commit | e4466bffc0a5767df0a2e3fff2c8d505aafa143b (patch) | |
tree | 6335cdfe6d633cb57de3a3bd71b12b444668582a /dev-cpp | |
parent | dev-libs/rapidjson: Stabilize 1.1.0-r3 ppc, #832393 (diff) | |
download | gentoo-e4466bffc0a5767df0a2e3fff2c8d505aafa143b.tar.gz gentoo-e4466bffc0a5767df0a2e3fff2c8d505aafa143b.tar.bz2 gentoo-e4466bffc0a5767df0a2e3fff2c8d505aafa143b.zip |
dev-cpp/benchmark: Stabilize 1.6.1 ppc, #832393
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.6.1.ebuild b/dev-cpp/benchmark/benchmark-1.6.1.ebuild index 303c9552fa05..96153895aebb 100644 --- a/dev-cpp/benchmark/benchmark-1.6.1.ebuild +++ b/dev-cpp/benchmark/benchmark-1.6.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 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv x86" IUSE="debug doc lto test" RESTRICT="!test? ( test )" |