diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-07 00:55:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-07 00:55:44 +0000 |
commit | f986d7fe50cd66c636620a90125850ff8d0f4a1c (patch) | |
tree | 51954bbef2363456f65ed2724742a0e781663249 /eclass | |
parent | cf7a256641d0729742707e68efe5e5ee3895b6c9 (diff) |
gentoo auto-resync : 07:01:2024 - 00:55:44
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 38935 -> 38943 bytes | |||
-rw-r--r-- | eclass/llvm.org.eclass | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 8d328ba22304..a22e21660342 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz 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 ;; |