diff options
author | Sam James <sam@gentoo.org> | 2023-03-07 11:45:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-07 11:45:02 +0000 |
commit | 98102988b26c78699dc4e51da663eec40cc37b96 (patch) | |
tree | ee8e8d05d0d7adaf8b12b7ab1812e07d3e552765 /dev-cpp | |
parent | dev-cpp/highway: fix compile without neon optimization on armv7 (diff) | |
download | gentoo-98102988b26c78699dc4e51da663eec40cc37b96.tar.gz gentoo-98102988b26c78699dc4e51da663eec40cc37b96.tar.bz2 gentoo-98102988b26c78699dc4e51da663eec40cc37b96.zip |
dev-cpp/benchmark: Stabilize 1.7.1 arm64, #899968
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-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 50893c196bb0..8207039a58c9 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 )" |