summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-17 13:04:18 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-17 21:09:58 +0200
commit80e9705f05aaa94e43041fe53a3d3974806462c2 (patch)
tree64aa2100b12a16ec025c828902112b637a890e15 /sys-devel/lld
parentsys-devel/clang: Enable py3.12 in 17.0.0.9999 (diff)
downloadgentoo-80e9705f05aaa94e43041fe53a3d3974806462c2.tar.gz
gentoo-80e9705f05aaa94e43041fe53a3d3974806462c2.tar.bz2
gentoo-80e9705f05aaa94e43041fe53a3d3974806462c2.zip
sys-devel/lld: Enable py3.12 in 17.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r--sys-devel/lld/lld-17.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-17.0.0.9999.ebuild b/sys-devel/lld/lld-17.0.0.9999.ebuild
index 5d38213eefc3..085543e50762 100644
--- a/sys-devel/lld/lld-17.0.0.9999.ebuild
+++ b/sys-devel/lld/lld-17.0.0.9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
DESCRIPTION="The LLVM linker (link editor)"