diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-21 11:10:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-21 11:28:04 +0100 |
commit | a9320ac86aaeea1e98a4a25dd75a439c77bace7e (patch) | |
tree | 70cd9f7c777a4fbd62a8eeef2cd2d9a41b98bbb2 /eclass | |
parent | dev-java/protobuf-java: add 4.29.2 (diff) | |
download | gentoo-a9320ac86aaeea1e98a4a25dd75a439c77bace7e.tar.gz gentoo-a9320ac86aaeea1e98a4a25dd75a439c77bace7e.tar.bz2 gentoo-a9320ac86aaeea1e98a4a25dd75a439c77bace7e.zip |
llvm.org.eclass: Add 20.0.0_pre20241221 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 6a68bde89a46..e36e846801c3 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_pre20241221) + EGIT_COMMIT=665d79f2e967a5eee6fff93685e45f50cf24cab2 + ;; 20.0.0_pre20241215) EGIT_COMMIT=49a5ad8e5714fd404210279303acc97b495d66d0 ;; |