commit: 75f110db8f9f3d7f834fc431cf0820a8d538475c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 20:23:10 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 20:27:40 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f110db
sys-apps/texinfo: add missing test dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/texinfo/texinfo-7.3.ebuild | 1 +
sys-apps/texinfo/texinfo-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/sys-apps/texinfo/texinfo-7.3.ebuild
b/sys-apps/texinfo/texinfo-7.3.ebuild
index 3989edaf83e5..e3aaa6c2b513 100644
--- a/sys-apps/texinfo/texinfo-7.3.ebuild
+++ b/sys-apps/texinfo/texinfo-7.3.ebuild
@@ -61,6 +61,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
${REGEN_BDEPEND}
nls? ( >=sys-devel/gettext-0.19.6 )
+ test? ( dev-perl/Test-Deep )
"
src_prepare() {
diff --git a/sys-apps/texinfo/texinfo-9999.ebuild
b/sys-apps/texinfo/texinfo-9999.ebuild
index 3989edaf83e5..e3aaa6c2b513 100644
--- a/sys-apps/texinfo/texinfo-9999.ebuild
+++ b/sys-apps/texinfo/texinfo-9999.ebuild
@@ -61,6 +61,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
${REGEN_BDEPEND}
nls? ( >=sys-devel/gettext-0.19.6 )
+ test? ( dev-perl/Test-Deep )
"
src_prepare() {