diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-15 21:16:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-15 22:01:29 +0200 |
commit | 740d0c3619f76e9b3a7beffc47861d48ae826012 (patch) | |
tree | e967fc0f492896201f876df2e52e60d896a5a79b /eclass | |
parent | sys-power/cpupower: add tarball instructions (diff) | |
download | gentoo-740d0c3619f76e9b3a7beffc47861d48ae826012.tar.gz gentoo-740d0c3619f76e9b3a7beffc47861d48ae826012.tar.bz2 gentoo-740d0c3619f76e9b3a7beffc47861d48ae826012.zip |
llvm.org.eclass: Add 20.0.0_pre20240815 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 d1c169264662..4b49d35a542b 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_pre20240815) + EGIT_COMMIT=db8ef6188cbbe2125e6d60bdef77a535105772df + ;; 20.0.0_pre20240808) EGIT_COMMIT=fd7d7882e7fa5a38d4bfde426120d4663718beb4 ;; |