dev-lang/swift-bin: update LLVM_COMPAT

Drop non-existent LLVM 15, and extend compatibility through LLVM 21.

Signed-off-by: Itai Ferber <itai@itaiferber.net>
This commit is contained in:
Itai Ferber
2026-02-27 19:12:34 -05:00
parent 3de0e736af
commit 3cb3e8caf3
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
LLVM_COMPAT=( {15..19} )
LLVM_COMPAT=( {17..21} )
PYTHON_COMPAT=( python3_{11..14} )
inherit llvm-r1 python-single-r1 unpacker

View File

@@ -3,7 +3,7 @@
EAPI=8
LLVM_COMPAT=( {15..19} )
LLVM_COMPAT=( {17..21} )
PYTHON_COMPAT=( python3_{11..14} )
inherit llvm-r1 python-single-r1 unpacker

View File

@@ -3,7 +3,7 @@
EAPI=8
LLVM_COMPAT=( {15..19} )
LLVM_COMPAT=( {17..21} )
PYTHON_COMPAT=( python3_{11..14} )
inherit llvm-r1 python-single-r1 unpacker