diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-10 18:15:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-10 18:26:59 +0100 |
commit | ba96aad0011bc50ebd51f81caa6184c47f066bbf (patch) | |
tree | b76398ed6b0e820f00359909accc69c8384bcd99 /eclass | |
parent | app-emulation/virtualbox-guest-additions: use the newest patchset (diff) | |
download | gentoo-ba96aad0011bc50ebd51f81caa6184c47f066bbf.tar.gz gentoo-ba96aad0011bc50ebd51f81caa6184c47f066bbf.tar.bz2 gentoo-ba96aad0011bc50ebd51f81caa6184c47f066bbf.zip |
llvm.org.eclass: Add 19.0.0_pre20240210 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to '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 d7112cc9fbe8..e3728a827710 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_pre20240210) + EGIT_COMMIT=8884ba43a8485bebef5c4d41e7ed457e3fa84f07 + ;; 19.0.0_pre20240203) EGIT_COMMIT=78b4e7c5e349d8c101b50affbd260eb109748f8f ;; |