diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-06-19 15:56:16 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-06-19 16:09:35 +1000 |
commit | 82f886b5eae04d385bdc227399b45742ab7f1599 (patch) | |
tree | 7491125fa207bef07283426592d89b4b668650cf /www-client/dillo | |
parent | www-client/dillo: update xdg desxtup database (diff) | |
download | gentoo-82f886b5eae04d385bdc227399b45742ab7f1599.tar.gz gentoo-82f886b5eae04d385bdc227399b45742ab7f1599.tar.bz2 gentoo-82f886b5eae04d385bdc227399b45742ab7f1599.zip |
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@gentoo.org>
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/dillo-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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" |