From 2591bba5a9f4e44745a7bf26d8bb7c0b0df257d3 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 11 May 2026 08:18:47 +0000 Subject: [PATCH] sys-apps/texinfo: Sync with Gentoo It's from Gentoo commit 23406000135a48d11c265be8d96bf7e0ddfae8d0. Signed-off-by: Flatcar Buildbot --- .../portage-stable/sys-apps/texinfo/texinfo-7.3.ebuild | 8 ++++++-- .../portage-stable/sys-apps/texinfo/texinfo-9999.ebuild | 6 +++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-7.3.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-7.3.ebuild index e3aaa6c2b5..cbba68c2c9 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-7.3.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/texinfo/texinfo-7.3.ebuild @@ -37,7 +37,7 @@ else mirror://gnu/${PN}/${P}.tar.xz verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig ) " - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" REGEN_BDEPEND="verify-sig? ( sec-keys/openpgp-keys-texinfo )" fi fi @@ -61,7 +61,11 @@ DEPEND="${RDEPEND}" BDEPEND=" ${REGEN_BDEPEND} nls? ( >=sys-devel/gettext-0.19.6 ) - test? ( dev-perl/Test-Deep ) + test? ( + dev-perl/Data-Compare + dev-perl/Test-Deep + dev-perl/Text-Diff + ) " src_prepare() { 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 e3aaa6c2b5..bb06c378f9 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 @@ -61,7 +61,11 @@ DEPEND="${RDEPEND}" BDEPEND=" ${REGEN_BDEPEND} nls? ( >=sys-devel/gettext-0.19.6 ) - test? ( dev-perl/Test-Deep ) + test? ( + dev-perl/Data-Compare + dev-perl/Test-Deep + dev-perl/Text-Diff + ) " src_prepare() {