From b0fd0bc5c186e99078ed8d07146e8c14f1089639 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 24 Jan 2024 16:45:44 +0000 Subject: gentoo auto-resync : 24:01:2024 - 16:45:44 --- eclass/Manifest.gz | Bin 39120 -> 39122 bytes eclass/gap-pkg.eclass | 2 ++ eclass/kernel-install.eclass | 16 +++------------- eclass/llvm.eclass | 4 ++-- 4 files changed, 7 insertions(+), 15 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 63f6b28ab213..4c39a29009b4 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/gap-pkg.eclass b/eclass/gap-pkg.eclass index 89c158674b0f..e242cc92e8a3 100644 --- a/eclass/gap-pkg.eclass +++ b/eclass/gap-pkg.eclass @@ -231,8 +231,10 @@ gap-pkg_src_test() { # The "browse" package is however smart enough to figure out when # stdout is not a tty, and avoids breaking it in that case. So by # piping to tee, we encourage it not to do anything too crazy. + eshopts_push -o pipefail ${gapcmd} | tee test-suite.log \ || die "test suite failed, see test-suite.log" + eshopts_pop } # @ECLASS_VARIABLE: GAP_PKG_EXTRA_INSTALL diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass index 2b6e80aee571..78a498000790 100644 --- a/eclass/kernel-install.eclass +++ b/eclass/kernel-install.eclass @@ -62,17 +62,10 @@ RESTRICT+=" _IDEPEND_BASE=" !initramfs? ( - || ( - >=sys-kernel/installkernel-8 - >=sys-kernel/installkernel-systemd-2-r5 - ) + >=sys-kernel/installkernel-14 ) initramfs? ( - >=sys-kernel/dracut-059-r4 - || ( - >=sys-kernel/installkernel-8[dracut(-)] - >=sys-kernel/installkernel-systemd-2-r5 - ) + >=sys-kernel/installkernel-14[dracut(-)] ) " @@ -199,10 +192,7 @@ if [[ ${KERNEL_IUSE_GENERIC_UKI} ]]; then " IDEPEND=" generic-uki? ( - || ( - >=sys-kernel/installkernel-8[-dracut(-),-ukify(-)] - >=sys-kernel/installkernel-systemd-3 - ) + >=sys-kernel/installkernel-14[-dracut(-),-ukify(-)] ) !generic-uki? ( ${_IDEPEND_BASE} diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 1f3ff1f61c2d..91cc68d966fe 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: llvm.eclass @@ -78,7 +78,7 @@ DEPEND="!!sys-devel/llvm:0" # @INTERNAL # @DESCRIPTION: # Correct values of LLVM slots, newest first. -declare -g -r _LLVM_KNOWN_SLOTS=( {18..8} ) +declare -g -r _LLVM_KNOWN_SLOTS=( {19..8} ) # @ECLASS_VARIABLE: LLVM_ECLASS_SKIP_PKG_SETUP # @INTERNAL -- cgit v1.2.3