diff options
author | Sam James <sam@gentoo.org> | 2023-03-07 11:40:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-07 11:40:52 +0000 |
commit | 0fe70ae8fc71a49a3af520f8413aaff65b691daa (patch) | |
tree | 8f405886f1fc5742d157c654636dd72e3f3209a4 /dev-cpp | |
parent | dev-libs/libdispatch: Stabilize 5.7.1 amd64, #899672 (diff) | |
download | gentoo-0fe70ae8fc71a49a3af520f8413aaff65b691daa.tar.gz gentoo-0fe70ae8fc71a49a3af520f8413aaff65b691daa.tar.bz2 gentoo-0fe70ae8fc71a49a3af520f8413aaff65b691daa.zip |
dev-cpp/benchmark: Stabilize 1.7.1 ppc64, #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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.7.1.ebuild b/dev-cpp/benchmark/benchmark-1.7.1.ebuild index fdf73017860e..daa260ff0c63 100644 --- a/dev-cpp/benchmark/benchmark-1.7.1.ebuild +++ b/dev-cpp/benchmark/benchmark-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )" |