summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin37517 -> 37525 bytes
-rw-r--r--eclass/llvm.org.eclass3
-rw-r--r--eclass/mercurial.eclass4
3 files changed, 5 insertions, 2 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index b585eb0a9d78..3188733f9162 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
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>