diff options
author | Sam James <sam@gentoo.org> | 2023-10-26 13:47:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-26 13:48:09 +0100 |
commit | 838f1a8133da078d5e6c4ed47225f801e1faa226 (patch) | |
tree | 8c8ed04527f4a71ea93f5b31a6e8c1bab09baf51 /dev-cpp/benchmark | |
parent | app-containers/apptainer: Stabilize 1.2.3 amd64, #916276 (diff) | |
download | gentoo-838f1a8133da078d5e6c4ed47225f801e1faa226.tar.gz gentoo-838f1a8133da078d5e6c4ed47225f801e1faa226.tar.bz2 gentoo-838f1a8133da078d5e6c4ed47225f801e1faa226.zip |
dev-cpp/benchmark: Stabilize 1.8.3 amd64, #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 10aeaa981372..d1122d10fa1e 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 )" |