diff options
author | Sam James <sam@gentoo.org> | 2023-10-26 13:50:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-26 13:50:36 +0100 |
commit | e409070d63c903b03b05141e35cb39bdf80a3977 (patch) | |
tree | 59d0927240cc54b909249f807b2123648fa07a32 /dev-cpp/benchmark | |
parent | sci-libs/geos: Stabilize 3.11.2 arm, #915056 (diff) | |
download | gentoo-e409070d63c903b03b05141e35cb39bdf80a3977.tar.gz gentoo-e409070d63c903b03b05141e35cb39bdf80a3977.tar.bz2 gentoo-e409070d63c903b03b05141e35cb39bdf80a3977.zip |
dev-cpp/benchmark: Stabilize 1.8.3 arm64, #916278
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/benchmark')
-rw-r--r-- | dev-cpp/benchmark/benchmark-1.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.8.3.ebuild b/dev-cpp/benchmark/benchmark-1.8.3.ebuild index cb56013aa7da..a1e07fedd680 100644 --- a/dev-cpp/benchmark/benchmark-1.8.3.ebuild +++ b/dev-cpp/benchmark/benchmark-1.8.3.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 )" |