diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-07-02 13:38:24 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-07-03 01:17:14 -0400 |
commit | 3385c8551e4c05d82b70dbe31ba81ba3d29b8985 (patch) | |
tree | d01bb485a302d19cbaa5ace051f40aff44436480 /dev-cpp | |
parent | dev-python/pytest-home: Keyword 0.5.1 alpha, #924324 (diff) | |
download | gentoo-3385c8551e4c05d82b70dbe31ba81ba3d29b8985.tar.gz gentoo-3385c8551e4c05d82b70dbe31ba81ba3d29b8985.tar.bz2 gentoo-3385c8551e4c05d82b70dbe31ba81ba3d29b8985.zip |
dev-cpp/benchmark: Keyword 1.8.4 alpha, #922877
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@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 16006f7088f0..a48b13d02eb4 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="~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 )" |