summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-25 20:57:30 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-26 04:10:27 +0200
commit7c702a1f77d8cdaaf7eb62c95b9bdeda501dce66 (patch)
tree6a0580d23eb648a8b5cd485acae5ed2d857e5198 /eclass
parentvirtual/dist-kernel: Bump to 5.10.199 (diff)
downloadgentoo-7c702a1f77d8cdaaf7eb62c95b9bdeda501dce66.tar.gz
gentoo-7c702a1f77d8cdaaf7eb62c95b9bdeda501dce66.tar.bz2
gentoo-7c702a1f77d8cdaaf7eb62c95b9bdeda501dce66.zip
llvm.org.eclass: Add 18.0.0_pre20231025 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 b1071c15aba0..ed37d1c2f563 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
+ 18.0.0_pre20231025)
+ EGIT_COMMIT=a7700985577694d6cc2498833f27b4fb5eeaf252
+ ;;
18.0.0_pre20231019)
EGIT_COMMIT=e6e90840708099425b7b69dd053634ff25d4907f
;;