commit:     82f886b5eae04d385bdc227399b45742ab7f1599
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 05:56:16 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 06:09:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f886b5

www-client/dillo: fix doc dependencies

Dillo's doxygen depends on `dot` and `latex` binaries being available.

Closes: https://bugs.gentoo.org/933454
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-client/dillo/dillo-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-9999.ebuild 
b/www-client/dillo/dillo-9999.ebuild
index e1184d7c6667..b40a1c5d1e76 100644
--- a/www-client/dillo/dillo-9999.ebuild
+++ b/www-client/dillo/dillo-9999.ebuild
@@ -44,7 +44,10 @@ DEPEND="
        ${RDEPEND}
 "
 BDEPEND="
-       doc? ( app-text/doxygen )
+       doc? (
+               app-text/doxygen[dot]
+               app-text/texlive
+       )
 "
 
 DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"

Reply via email to