summaryrefslogtreecommitdiff
path: root/llvm-core/lld/lld-15.0.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-core/lld/lld-15.0.7.ebuild')
-rw-r--r--llvm-core/lld/lld-15.0.7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm-core/lld/lld-15.0.7.ebuild b/llvm-core/lld/lld-15.0.7.ebuild
index c2ea264d56bc..bc520a214dd8 100644
--- a/llvm-core/lld/lld-15.0.7.ebuild
+++ b/llvm-core/lld/lld-15.0.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
DESCRIPTION="The LLVM linker (link editor)"
@@ -35,6 +35,7 @@ PDEPEND="
LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
LLVM_TEST_COMPONENTS=( llvm/utils/{lit,unittest} )
+LLVM_PATCHSET=16.0.6-r1
llvm.org_set_globals
python_check_deps() {