summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin37528 -> 37525 bytes
-rw-r--r--eclass/llvm.org.eclass9
-rw-r--r--eclass/pam.eclass4
3 files changed, 7 insertions, 6 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 4b5ac0980637..18b7e75ae333 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 47435f7980ac..d38f9a8cecc2 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -66,7 +66,7 @@ _LLVM_MASTER_MAJOR=16
# @INTERNAL
# @DESCRIPTION:
# The newest release of LLVM for which manpages were generated.
-_LLVM_NEWEST_MANPAGE_RELEASE=15.0.6
+_LLVM_NEWEST_MANPAGE_RELEASE=15.0.7
# @ECLASS_VARIABLE: _LLVM_SOURCE_TYPE
# @INTERNAL
@@ -205,11 +205,12 @@ case ${LLVM_MAJOR} in
;;
*)
ALL_LLVM_EXPERIMENTAL_TARGETS=(
- ARC CSKY DirectX LoongArch M68k SPIRV Xtensa
+ ARC CSKY DirectX M68k SPIRV Xtensa
)
ALL_LLVM_PRODUCTION_TARGETS=(
- AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430 NVPTX
- PowerPC RISCV Sparc SystemZ VE WebAssembly X86 XCore
+ AArch64 AMDGPU ARM AVR BPF Hexagon Lanai LoongArch Mips
+ MSP430 NVPTX PowerPC RISCV Sparc SystemZ VE WebAssembly X86
+ XCore
)
;;
esac
diff --git a/eclass/pam.eclass b/eclass/pam.eclass
index 9928e746e41e..bfd165f9c1fe 100644
--- a/eclass/pam.eclass
+++ b/eclass/pam.eclass
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: pam.eclass
# @MAINTAINER:
-# Mikle Kolyada <zlogene@gentoo.org>
+# base-system@gentoo.org
# @AUTHOR:
# Diego Pettenò <flameeyes@gentoo.org>
# @SUPPORTED_EAPIS: 6 7 8