From 5cd8bbdfb8e2277738f2951002a2107b53d24c98 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Oct 2025 07:12:13 +0000 Subject: [PATCH] sys-apps/texinfo: Sync with Gentoo It's from Gentoo commit f80832f787c00117ceb929a2678464cccd59b27d. Signed-off-by: Flatcar Buildbot --- .../{texinfo-7.2-r2.ebuild => texinfo-7.2-r4.ebuild} | 7 ++++++- .../portage-stable/sys-apps/texinfo/texinfo-9999.ebuild | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) rename sdk_container/src/third_party/portage-stable/sys-apps/texinfo/{texinfo-7.2-r2.ebuild => texinfo-7.2-r4.ebuild} (89%) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-7.2-r2.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-7.2-r4.ebuild similarity index 89% rename from sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-7.2-r2.ebuild rename to sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-7.2-r4.ebuild index bc65406689..c037309598 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-7.2-r2.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-7.2-r4.ebuild @@ -27,7 +27,7 @@ elif [[ $(ver_cut 3) -ge 90 || $(ver_cut 4) -ge 90 ]] ; then REGEN_BDEPEND="" else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" REGEN_BDEPEND="" fi @@ -36,6 +36,7 @@ SLOT="0" IUSE="nls +standalone static" RDEPEND=" + || ( app-doc/info-manual >=app-editors/emacs-26:* ) >=sys-libs/ncurses-5.2-r2:= standalone? ( >=dev-lang/perl-5.8.1 ) !standalone? ( @@ -50,6 +51,10 @@ BDEPEND=" nls? ( >=sys-devel/gettext-0.19.6 ) " +PATCHES=( + "${FILESDIR}"/${PN}-7.2-perl-5.42.patch +) + src_prepare() { default diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-9999.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-9999.ebuild index 724e75f27d..ba64360cd0 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-9999.ebuild @@ -36,6 +36,7 @@ SLOT="0" IUSE="nls +standalone static" RDEPEND=" + || ( app-doc/info-manual >=app-editors/emacs-26:* ) >=sys-libs/ncurses-5.2-r2:= standalone? ( >=dev-lang/perl-5.8.1 ) !standalone? (