summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-09-24 19:35:44 +0200
committerMichał Górny <mgorny@gentoo.org>2024-09-24 20:02:39 +0200
commitaf6c5d43495b66c3d450f9b9072d653a222fd5ad (patch)
tree783cc3731cd1afe7db9d2abb34469199d5478caf /eclass
parentapp-arch/libarchive: Stabilize 3.7.6 sparc, #940186 (diff)
downloadgentoo-af6c5d43495b66c3d450f9b9072d653a222fd5ad.tar.gz
gentoo-af6c5d43495b66c3d450f9b9072d653a222fd5ad.tar.bz2
gentoo-af6c5d43495b66c3d450f9b9072d653a222fd5ad.zip
llvm.org.eclass: Add 20.0.0_pre20240924 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 3050fd1e471e..5b58209b70ce 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_pre20240924)
+ EGIT_COMMIT=cde7b30268a85a3e7900a31534a97e7eb4de9236
+ ;;
20.0.0_pre20240917)
EGIT_COMMIT=41f1b467a29d2ca4e35df37c3aa79a0a8c04bc4f
;;