mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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:
committed by
Sam James
parent
3c20b96db1
commit
39738087f6
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user