diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-06 15:53:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-07 06:26:40 +0100 |
commit | 528958f2f29247e0ab7c85d9c80e6a69cda7f9c8 (patch) | |
tree | c9abc09aaa92552f179a7c4e0a63aad113c2d769 /eclass | |
parent | sys-devel/clang: Update components in 20.0.0.9999 (diff) | |
download | gentoo-528958f2f29247e0ab7c85d9c80e6a69cda7f9c8.tar.gz gentoo-528958f2f29247e0ab7c85d9c80e6a69cda7f9c8.tar.bz2 gentoo-528958f2f29247e0ab7c85d9c80e6a69cda7f9c8.zip |
llvm.org.eclass: Add 20.0.0_pre20241106 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 4d7e0e271485..7325bf75e3bb 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 + 20.0.0_pre20241106) + EGIT_COMMIT=0e907c17214aa3b1a60b66867fea3cc0f0dcbaa0 + ;; 20.0.0_pre20241029) EGIT_COMMIT=3f4468faaa9525ad615118675c3c68938f4a8d5f ;; |