From 0e2c598ec2f74c26e37c9f8456db3450680d575e Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 29 Jan 2024 07:13:54 +0000 Subject: [PATCH] eclass/toolchain-autoconf: Sync with Gentoo It's from Gentoo commit 9aa5370643f92645e3f62b59a3d284f9a62a565f. --- .../portage-stable/eclass/toolchain-autoconf.eclass | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 }