summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-15 14:58:01 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-15 14:58:01 +0200
commitab27bc68b10c84271c02ce50d66b1eaf994c24d4 (patch)
tree5e394019e110a34309f635229b64c4e52a1cb0ae /eclass
parentdev-build/scons: Remove old (diff)
downloadgentoo-ab27bc68b10c84271c02ce50d66b1eaf994c24d4.tar.gz
gentoo-ab27bc68b10c84271c02ce50d66b1eaf994c24d4.tar.bz2
gentoo-ab27bc68b10c84271c02ce50d66b1eaf994c24d4.zip
llvm.org.eclass: Add 20.0.0_pre20241015 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/llvm.org.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 4efd39c5e2e9..065b02f3b269 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_pre20241015)
+ EGIT_COMMIT=9aef0fd52a0b2bf31cf3bae8a0693d6df8db6e04
+ ;;
20.0.0_pre20241009)
EGIT_COMMIT=fb2960aad93f6c02e0ea8de0568c0aef8896eee8
;;