From cb2f73d10494730ba590096a1f24ebc6d0d61a9f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 16 Jan 2025 06:41:40 +0000 Subject: gentoo auto-resync : 16:01:2025 - 06:41:40 --- eclass/Manifest.gz | Bin 40180 -> 40184 bytes eclass/optfeature.eclass | 4 ++-- eclass/toolchain.eclass | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index d794d5266f1d..3c10a81b27bc 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/optfeature.eclass b/eclass/optfeature.eclass index c8b4911320d3..b82ac893addd 100644 --- a/eclass/optfeature.eclass +++ b/eclass/optfeature.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: optfeature.eclass @@ -79,7 +79,7 @@ optfeature_header() { # @CODE # pkg_postinst() { # optfeature "foo support" app-misc/foo -# optfeature "bar support" app-misc/bar app-misc/baz[bar] +# optfeature "bar support" app-misc/bar "app-misc/baz[bar]" # optfeature "alphabet support" "app-misc/a app-misc/b" app-misc/c # } # @CODE diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 86302f3bcb4a..ad4703fc550e 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -3159,7 +3159,7 @@ toolchain_death_notice() { pushd "${WORKDIR}" >/dev/null (echo '' | $(tc-getCC ${CTARGET}) ${CFLAGS} -v -E - 2>&1) > "${dir}"/gccinfo.log [[ -e "${T}"/build.log ]] && cp "${T}"/build.log "${dir}" - tar -carf "${WORKDIR}"/gcc-build-logs.tar.xz \ + tar -arf "${WORKDIR}"/gcc-build-logs.tar.xz \ "${dir#${WORKDIR}/}"/gccinfo.log "${dir#${WORKDIR}/}"/build.log $(find -name "${dir#${WORKDIR}/}"/config.log) rm "${dir#${WORKDIR}/}"/gccinfo.log "${dir#${WORKDIR}/}"/build.log eerror @@ -3168,6 +3168,7 @@ toolchain_death_notice() { popd >/dev/null fi done + xz -9e "${WORKDIR}"/gcc-build-logs.tar.xz } fi -- cgit v1.2.3