diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-09 13:27:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-09 13:45:27 +0200 |
commit | 22c975e57f50b9302bf28aaa486942adb2a20ad1 (patch) | |
tree | 753e1c6928ad8c3b841b3d9e21e7e36f8113a8bf /eclass | |
parent | dev-python/multiprocess: Enable pypy3 (diff) | |
download | gentoo-22c975e57f50b9302bf28aaa486942adb2a20ad1.tar.gz gentoo-22c975e57f50b9302bf28aaa486942adb2a20ad1.tar.bz2 gentoo-22c975e57f50b9302bf28aaa486942adb2a20ad1.zip |
llvm.org.eclass: Add 20.0.0_pre20241009 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 f51f01ff48b4..852dd55db43f 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_pre20241009) + EGIT_COMMIT=fb2960aad93f6c02e0ea8de0568c0aef8896eee8 + ;; 20.0.0_pre20241004) EGIT_COMMIT=b837c9e289dab93c7f8a06876e3f70b6864f40ab ;; |