commit: b8d44ad799a6441a7c84f2c473bce5172074a50c Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 18 07:46:16 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Sep 18 07:46:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d44ad7
dev-lang/jsonnet: destabilize 0.20.0-r1 for ~x86 Bug: https://bugs.gentoo.org/958708 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild b/dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild index 1e7f58c2550f..aaf849be1a9d 100644 --- a/dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..12} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..12} ) inherit cmake toolchain-funcs flag-o-matic distutils-r1 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm64 ppc64 ~riscv x86" +KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86" IUSE="custom-optimization doc examples python test" RDEPEND="
