summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-23 10:47:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-23 10:47:12 +0000
commit02d5de423c2b7f8d7c873bcc7a1a222b1847149d (patch)
tree29d109245f3aa2842c63489c8ec537f85e92ff41 /eclass
parent0770f5276c9044be774368cba8d9d8ce7a43627a (diff)
gentoo auto-resync : 23:01:2024 - 10:47:12
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin39139 -> 39127 bytes
-rw-r--r--eclass/toolchain-autoconf.eclass2
-rw-r--r--eclass/toolchain.eclass4
3 files changed, 5 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 4a28432f6aa3..dc90a3cb1cfa 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files 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(-)] <sys-devel/gcc-12[d(-)] ) )"
fi
-PDEPEND=">=sys-devel/gcc-config-2.3"
+PDEPEND=">=sys-devel/gcc-config-2.11"
#---->> 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