summaryrefslogtreecommitdiff
path: root/llvm-core/lld/lld-15.0.7.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-10-21 19:22:17 +0200
committerMichał Górny <mgorny@gentoo.org>2025-10-21 19:28:59 +0200
commit34d6e09db9f357a64acdf67039349fc3e252ba4e (patch)
tree26bee5c040645bb873fd1f2a5fc277a06315ca6a /llvm-core/lld/lld-15.0.7.ebuild
parentd11d2c7f7b3d373ee3dc1fe9f2fdd54f0a059d73 (diff)
downloadgentoo-34d6e09db9f357a64acdf67039349fc3e252ba4e.tar.gz
gentoo-34d6e09db9f357a64acdf67039349fc3e252ba4e.tar.bz2
gentoo-34d6e09db9f357a64acdf67039349fc3e252ba4e.zip
llvm-core/lld: Remove incorrect patchset
Closes: https://bugs.gentoo.org/964790 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-core/lld/lld-15.0.7.ebuild')
-rw-r--r--llvm-core/lld/lld-15.0.7.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm-core/lld/lld-15.0.7.ebuild b/llvm-core/lld/lld-15.0.7.ebuild
index 689aeb11c130..18cb98853f00 100644
--- a/llvm-core/lld/lld-15.0.7.ebuild
+++ b/llvm-core/lld/lld-15.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_11 )
inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
DESCRIPTION="The LLVM linker (link editor)"
@@ -35,7 +35,6 @@ PDEPEND="
LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
LLVM_TEST_COMPONENTS=( llvm/utils/{lit,unittest} )
-LLVM_PATCHSET=${PV}-r8
llvm.org_set_globals
python_check_deps() {