summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-22 13:57:55 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-22 15:07:45 +0100
commite4435f791580d4f6280674a0fcaec1c7bf1af98b (patch)
treecf142d6b080226d03cf16ee3d5210ec3553cd927 /eclass/llvm.org.eclass
parentdev-python/lazy-object-proxy: Remove old (diff)
downloadgentoo-e4435f791580d4f6280674a0fcaec1c7bf1af98b.tar.gz
gentoo-e4435f791580d4f6280674a0fcaec1c7bf1af98b.tar.bz2
gentoo-e4435f791580d4f6280674a0fcaec1c7bf1af98b.zip
llvm.org.eclass: Add 18.0.0_pre20240120 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/llvm.org.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 3473c11db3fc..0dd171214aac 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_pre20240120)
+ EGIT_COMMIT=9eb0f86c279f40a792ec27bf0e9b491b8c90a640
+ ;;
18.0.0_pre20240113)
EGIT_COMMIT=8d817f6479a5df874028a8b40fd30aecd3479005
;;