dev-lang/swift: add compatibility for LLVM 19

Signed-off-by: Itai Ferber <itai@itaiferber.net>
This commit is contained in:
Itai Ferber 2025-03-07 15:31:20 -05:00
parent c814bc34f9
commit 3b7851f360
No known key found for this signature in database
GPG Key ID: 39E67F4ECE95ED64
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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