diff options
author | 2024-12-16 09:00:50 +0100 | |
---|---|---|
committer | 2024-12-16 09:07:40 +0100 | |
commit | 197e0ee2107972921fe4e715e538c5d9803583e1 (patch) | |
tree | e72235801272f8ce765a519e21f2fdf66893a508 /dev-lang | |
parent | media-libs/libjxl: Remove old (diff) | |
download | gentoo-197e0ee2107972921fe4e715e538c5d9803583e1.tar.gz gentoo-197e0ee2107972921fe4e715e538c5d9803583e1.tar.bz2 gentoo-197e0ee2107972921fe4e715e538c5d9803583e1.zip |
dev-lang/python: 3.14.0_alpha2* uses LLVM 19
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.14.0_alpha2-r100.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/python/python-3.14.0_alpha2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.14.0_alpha2-r100.ebuild b/dev-lang/python/python-3.14.0_alpha2-r100.ebuild index defd21ebb239..eb87a6ac8197 100644 --- a/dev-lang/python/python-3.14.0_alpha2-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha2-r100.ebuild @@ -3,7 +3,7 @@ EAPI="8" -LLVM_COMPAT=( 18 ) +LLVM_COMPAT=( 19 ) LLVM_OPTIONAL=1 VERIFY_SIG_METHOD=sigstore WANT_LIBTOOL="none" diff --git a/dev-lang/python/python-3.14.0_alpha2.ebuild b/dev-lang/python/python-3.14.0_alpha2.ebuild index 8707fa5f11da..3f87b266c470 100644 --- a/dev-lang/python/python-3.14.0_alpha2.ebuild +++ b/dev-lang/python/python-3.14.0_alpha2.ebuild @@ -3,7 +3,7 @@ EAPI="8" -LLVM_COMPAT=( 18 ) +LLVM_COMPAT=( 19 ) LLVM_OPTIONAL=1 VERIFY_SIG_METHOD=sigstore WANT_LIBTOOL="none" |