diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-02-08 12:48:32 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-02-08 12:48:32 +0100 |
| commit | 431a332e56d5345e2feea11a15da14cd642d37c3 (patch) | |
| tree | 608cf34664bbea623639efaaf97c133798a29ab2 | |
| parent | d2e256e142b9ef9979a491009d75d8a105b6e942 (diff) | |
| download | gentoo-431a332e56d5345e2feea11a15da14cd642d37c3.tar.gz gentoo-431a332e56d5345e2feea11a15da14cd642d37c3.tar.bz2 gentoo-431a332e56d5345e2feea11a15da14cd642d37c3.zip | |
llvm.org.eclass: Add 21.0.0_pre20250208 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
| -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 f9704aceeb2a..2cad858c64fe 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 + 21.0.0_pre20250208) + EGIT_COMMIT=6f241e36831927e3aea113cfc017c34fdeda340a + ;; 21.0.0_pre20250201) EGIT_COMMIT=bfa7edcc6652bdb37d53e0cec64926aab3f280eb ;; |
