summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-18 19:41:33 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-18 20:32:15 +0100
commitd9336e4f6e20d6a25c85f056b114eeaeace9e9d3 (patch)
tree64f1460007ef270724a7d9a2ee81be3edd1d3066
parentdev-lang/go: add 1.22.9 (diff)
downloadgentoo-d9336e4f6e20d6a25c85f056b114eeaeace9e9d3.tar.gz
gentoo-d9336e4f6e20d6a25c85f056b114eeaeace9e9d3.tar.bz2
gentoo-d9336e4f6e20d6a25c85f056b114eeaeace9e9d3.zip
llvm.org.eclass: Add 20.0.0_pre20241118 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 22cbeb6c0fc6..e332e6d1804c 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_pre20241118)
+ EGIT_COMMIT=a6385a3fc8a88f092d07672210a1e773481c2919
+ ;;
20.0.0_pre20241113)
EGIT_COMMIT=c7df10643bda4acdc9a02406a2eee8aa4ced747f
;;