summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-06 22:49:29 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-06 22:52:18 +0100
commitac13860623411d8cbc8ce99029c059e86860fa45 (patch)
tree05ddc521d661fc79ca110c1ee9b69149021887a1 /eclass/llvm.org.eclass
parentdev-java/protobuf-java: drop 3.24.2 (diff)
downloadgentoo-ac13860623411d8cbc8ce99029c059e86860fa45.tar.gz
gentoo-ac13860623411d8cbc8ce99029c059e86860fa45.tar.bz2
gentoo-ac13860623411d8cbc8ce99029c059e86860fa45.zip
llvm.org.eclass: Add 18.0.0_pre20240106 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/llvm.org.eclass')
-rw-r--r--eclass/llvm.org.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 635f1b6b1dcc..94b1fbbe0d0a 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: llvm.org.eclass
@@ -72,6 +72,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
case ${PV} in
+ 18.0.0_pre20240106)
+ EGIT_COMMIT=a085402ef54379758e6c996dbaedfcb92ad222b5
+ ;;
18.0.0_pre20231228)
EGIT_COMMIT=a700298b3d538452915703268ca18f7f8f7537e6
;;