diff options
author | Sam James <sam@gentoo.org> | 2024-08-20 06:59:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-20 06:59:16 +0100 |
commit | 249781c5aea07904b6fb2db1ca0fed3d9acb8755 (patch) | |
tree | 53a5be60cf3e90df810e843b0b68a7ffeda96f31 /dev-cpp | |
parent | dev-cpp/benchmark: Stabilize 1.8.4 ppc64, #938207 (diff) | |
download | gentoo-249781c5aea07904b6fb2db1ca0fed3d9acb8755.tar.gz gentoo-249781c5aea07904b6fb2db1ca0fed3d9acb8755.tar.bz2 gentoo-249781c5aea07904b6fb2db1ca0fed3d9acb8755.zip |
dev-cpp/benchmark: Stabilize 1.8.4 ppc, #938207
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.8.4.ebuild b/dev-cpp/benchmark/benchmark-1.8.4.ebuild index 487f20c727dc..bcc9f1788301 100644 --- a/dev-cpp/benchmark/benchmark-1.8.4.ebuild +++ b/dev-cpp/benchmark/benchmark-1.8.4.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="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv x86" IUSE="debug doc test" RESTRICT="!test? ( test )" |