summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-08-31 10:29:18 +0200
committerMichał Górny <mgorny@gentoo.org>2024-08-31 10:32:48 +0200
commitb88061f78e9d212f4bbd9611cd4c0e41a8baf549 (patch)
tree06fa34a079f0cff47bb00abd23d287f649d68a20 /eclass
parentdev-libs/boost: add 1.86.0 (diff)
downloadgentoo-b88061f78e9d212f4bbd9611cd4c0e41a8baf549.tar.gz
gentoo-b88061f78e9d212f4bbd9611cd4c0e41a8baf549.tar.bz2
gentoo-b88061f78e9d212f4bbd9611cd4c0e41a8baf549.zip
llvm.org.eclass: Add 20.0.0_pre20240830 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 b3a22634f2e1..da943081b9bf 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_pre20240830)
+ EGIT_COMMIT=5500e21942f7047344b6fee62d3e08c0ba2f9182
+ ;;
20.0.0_pre20240822)
EGIT_COMMIT=503907dc505db1e439e7061113bf84dd105f2e35
;;