diff --git a/sdk_container/src/third_party/portage-stable/eclass/toolchain-autoconf.eclass b/sdk_container/src/third_party/portage-stable/eclass/toolchain-autoconf.eclass index 137f0efac1..330ec45dd7 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/toolchain-autoconf.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/toolchain-autoconf.eclass @@ -1,14 +1,14 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: toolchain-autoconf.eclass # @MAINTAINER: # # @SUPPORTED_EAPIS: 7 8 -# @BLURB: Common code for sys-devel/autoconf ebuilds +# @BLURB: Common code for dev-build/autoconf ebuilds # @DESCRIPTION: # This eclass contains the common phase functions migrated from -# sys-devel/autoconf eblits. +# dev-build/autoconf eblits. case ${EAPI} in 7|8) ;; @@ -115,6 +115,8 @@ toolchain-autoconf_src_install() { ln -s "$f" "${f/./-${PV}.}" || die done popd >/dev/null || die + + docompress "${TC_AUTOCONF_INFOPATH}" fi }