dev-build/make: fix doc BDEPEND to use texi2dvi

Closes: https://bugs.gentoo.org/927628
Signed-off-by: Marco Sirabella <marco@sirabella.org>
Closes: https://github.com/gentoo/gentoo/pull/35886
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Marco Sirabella
2024-03-23 11:39:25 -07:00
committed by Sam James
parent 3c20b96db1
commit 39738087f6
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ RDEPEND="
nls? ( virtual/libintl )
"
BDEPEND="
doc? ( sys-apps/texinfo )
doc? ( virtual/texi2dvi )
nls? ( sys-devel/gettext )
verify-sig? ( sec-keys/openpgp-keys-make )
test? ( dev-lang/perl )

View File

@@ -31,7 +31,7 @@ RDEPEND="
nls? ( virtual/libintl )
"
BDEPEND="
doc? ( sys-apps/texinfo )
doc? ( virtual/texi2dvi )
nls? ( sys-devel/gettext )
verify-sig? ( sec-keys/openpgp-keys-make )
test? ( dev-lang/perl )