diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-03-05 23:52:45 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-03-05 23:52:45 +0000 |
commit | 1c33e521c460dc40899ce7bc919602b842ce27e2 (patch) | |
tree | 580eefad4cce1e883e7504b93352a9029b53036d /eclass | |
parent | 65e4244e411c4f65f55f2aa91f39e228f4c0680b (diff) |
gentoo auto-resync : 05:03:2023 - 23:52:45
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 37517 -> 37525 bytes | |||
-rw-r--r-- | eclass/llvm.org.eclass | 3 | ||||
-rw-r--r-- | eclass/mercurial.eclass | 4 |
3 files changed, 5 insertions, 2 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex b585eb0a9d78..3188733f9162 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 918ba1cf27f8..94302ea1b4af 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -93,6 +93,9 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then 17.0.0_pre20230225) EGIT_COMMIT=b0676fb0fb0a44a4a1c4ec1f0270fef1f1842817 ;; + 17.0.0_pre20230304) + EGIT_COMMIT=2708869801ae00f4681f6b2d9d69b25b3fce26b6 + ;; *) die "Unknown snapshot: ${PV}" ;; diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index 2616b88311cf..776ed2d9a1f0 100644 --- a/eclass/mercurial.eclass +++ b/eclass/mercurial.eclass @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: mercurial.eclass # @MAINTAINER: -# Christoph Junghans <junghans@gentoo.org> +# No maintainer <maintainer-needed@gentoo.org. # @AUTHOR: # Next gen author: Krzysztof Pawlik <nelchael@gentoo.org> # Original author: Aron Griffis <agriffis@gentoo.org> |