diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-15 12:16:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-15 13:00:56 +0200 |
commit | fb9cd9e9ec75cacd28c41de42be47049e40fdf4a (patch) | |
tree | 61f32d09c0a0c7664d24ddfb3d38cb8e79de8a5a /eclass/llvm.org.eclass | |
parent | dev-python/setuptools-rust: Stabilize 1.9.0-r1 ppc, #934357 (diff) | |
download | gentoo-fb9cd9e9ec75cacd28c41de42be47049e40fdf4a.tar.gz gentoo-fb9cd9e9ec75cacd28c41de42be47049e40fdf4a.tar.bz2 gentoo-fb9cd9e9ec75cacd28c41de42be47049e40fdf4a.zip |
Add 19.0.0_pre20240615 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/llvm.org.eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 30d919db2300..a362c3bb60b1 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -72,6 +72,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then _LLVM_SOURCE_TYPE=snapshot case ${PV} in + 19.0.0_pre20240615) + EGIT_COMMIT=cddb9ce04e68d876de895d39d60b6af34d569012 + ;; 19.0.0_pre20240608) EGIT_COMMIT=5aabbf0602c48b67bb89fd37f95bf97c95ded488 ;; |