From 02d5de423c2b7f8d7c873bcc7a1a222b1847149d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 23 Jan 2024 10:47:12 +0000 Subject: gentoo auto-resync : 23:01:2024 - 10:47:12 --- eclass/Manifest.gz | Bin 39139 -> 39127 bytes eclass/toolchain-autoconf.eclass | 2 ++ eclass/toolchain.eclass | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 4a28432f6aa3..dc90a3cb1cfa 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/toolchain-autoconf.eclass b/eclass/toolchain-autoconf.eclass index 1eaf681496d4..330ec45dd7d1 100644 --- a/eclass/toolchain-autoconf.eclass +++ b/eclass/toolchain-autoconf.eclass @@ -115,6 +115,8 @@ toolchain-autoconf_src_install() { ln -s "$f" "${f/./-${PV}.}" || die done popd >/dev/null || die + + docompress "${TC_AUTOCONF_INFOPATH}" fi } diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index b6e741cceb72..a6925fa1c8b7 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -355,7 +355,7 @@ if tc_has_feature d && tc_version_is_at_least 12.0 ; then BDEPEND+=" d? ( || ( sys-devel/gcc[d(-)] > S + SRC_URI essentials <<---- @@ -1975,6 +1975,8 @@ toolchain_src_install() { rm "${D}${DATAPATH}"/info/dir || die fi + docompress "${DATAPATH}"/{info,man} + # Prune empty dirs left behind find "${ED}" -depth -type d -delete 2>/dev/null -- cgit v1.2.3