• [gentoo-dev] [PATCH 2/4] sys-devel/autoconf: Set TC_AUTOCONF_BREAK_INFO

    From =?UTF-8?q?Arsen=20Arsenovi=C4=87?=@21:1/5 to All on Sun Mar 26 22:40:02 2023
    Recently, the toolchain-autoconf class was edited not to naively slot
    Info pages, breaking them in the process. To prevent existing revisions
    from changing contents, TC_AUTOCONF_BREAK_INFOS was added to permit
    using old behavior currently.

    Closes: https://bugs.gentoo.org/902461
    Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
    ---
    sys-devel/autoconf/autoconf-2.13-r2.ebuild | 4 +++-
    sys-devel/autoconf/autoconf-2.13-r7.ebuild | 4 +++-
    sys-devel/autoconf/autoconf-2.69-r5.ebuild | 4 +++-
    sys-devel/autoconf/autoconf-2.69-r8.ebuild | 4 +++-
    sys-devel/autoconf/autoconf-2.71-r1.ebuild | 4 +++-
    sys-devel/autoconf/autoconf-2.71-r5.ebuild | 4 +++-
    6 files changed, 18 insertions(+), 6 deletions(-)

    diff --git a/sys-devel/autoconf/autoconf-2.13-r2.ebuild b/sys-devel/autoconf/autoconf-2.13-r2.ebuild
    index f26c02ae862c..787687f1b8c0 100644
    --- a/sys-devel/autoconf/autoconf-2.13-r2.ebuild
    +++ b/sys-devel/autoconf/autoconf-2.13-r2.ebuild
    @@ -1,4 +1,4 @@
    -# Copyright 1999-2022 Gentoo Authors
    +# Copyright 1999-2023 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    EAPI=7
    @@ -33,6 +33,8 @@ PATCHES=(
    "${FILESDIR}"/${PN}-2.13-perl-5.26.patch
    )

    +TC_AUTOCONF_BREAK_INFOS=yes
    +
    src_configure() {
    # make sure configure is newer than configure.in
    touch configure || die
    diff --git a/