diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-10-11 21:45:49 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-10-11 21:45:49 +0200 |
| commit | ebd5ca0e5ec46d85a9f0ffbeb826f4982cf3000a (patch) | |
| tree | f13fb6d955c7b03ef4f4f945d08a2b5547e4117a | |
| parent | d4bdb85b3be4bd3201150ef24c61b5e6ebc45226 (diff) | |
| download | gentoo-ebd5ca0e5ec46d85a9f0ffbeb826f4982cf3000a.tar.gz gentoo-ebd5ca0e5ec46d85a9f0ffbeb826f4982cf3000a.tar.bz2 gentoo-ebd5ca0e5ec46d85a9f0ffbeb826f4982cf3000a.zip | |
llvm.org.eclass: Add 22.0.0_pre20251011 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 b2c9dced5ea5..b2e688bc4ebe 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 + 22.0.0_pre20251011) + EGIT_COMMIT=6a0e5b2fd7c340a872ae1e011cfb9de0d188feba + ;; 22.0.0_pre20251004) EGIT_COMMIT=b1e29ec3b73b9dd06656c7e30ace597ff72cde70 ;; |
