summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-20 19:53:57 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-20 19:53:57 +0200
commit0d052f521079afeedf4ca11d351bbafebf20a7cf (patch)
tree6010b451950597d86994c718233948a46fefa8e6 /sys-devel/lld/lld-16.0.6.ebuild
parentdev-libs/libclc: Enable py3.12 in 16.0.6 (diff)
downloadgentoo-0d052f521079afeedf4ca11d351bbafebf20a7cf.tar.gz
gentoo-0d052f521079afeedf4ca11d351bbafebf20a7cf.tar.bz2
gentoo-0d052f521079afeedf4ca11d351bbafebf20a7cf.zip
sys-devel/lld: Backport py3.12 test fix and enable it
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/lld/lld-16.0.6.ebuild')
-rw-r--r--sys-devel/lld/lld-16.0.6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-16.0.6.ebuild b/sys-devel/lld/lld-16.0.6.ebuild
index 7ddfd8f8a755..69d4c5905d0e 100644
--- a/sys-devel/lld/lld-16.0.6.ebuild
+++ b/sys-devel/lld/lld-16.0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
DESCRIPTION="The LLVM linker (link editor)"
@@ -37,6 +37,7 @@ PDEPEND="
LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
LLVM_TEST_COMPONENTS=( llvm/utils third-party )
+LLVM_PATCHSET=${PV}-r1
llvm.org_set_globals
python_check_deps() {