commit: d42782b24af76e27aabf05adf9d6cba92d992b73
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 22:44:20 2024 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 22:44:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42782b2
dev-lang/jsonnet: disable py3.9
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-lang/jsonnet/{jsonnet-0.20.0.ebuild => jsonnet-0.20.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/jsonnet/jsonnet-0.20.0.ebuild
b/dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild
similarity index 98%
rename from dev-lang/jsonnet/jsonnet-0.20.0.ebuild
rename to dev-lang/jsonnet/jsonnet-0.20.0-r1.ebuild
index ddfb40c0dfd7..cc1f61faa103 100644
--- a/dev-lang/jsonnet/jsonnet-0.20.0.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 python3_{9..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit cmake toolchain-funcs flag-o-matic distutils-r1