commit:     54b8706de23ecc5f00cf84eee4fca8aa8f2a6ff6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 21:06:55 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 21:06:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b8706d

app-crypt/qca: Fix IUSE doc missing BDEPENDs

Closes: https://bugs.gentoo.org/865287
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-crypt/qca/qca-2.3.4.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-crypt/qca/qca-2.3.4.ebuild b/app-crypt/qca/qca-2.3.4.ebuild
index 05ecf7c86655..e46a6149285a 100644
--- a/app-crypt/qca/qca-2.3.4.ebuild
+++ b/app-crypt/qca/qca-2.3.4.ebuild
@@ -35,7 +35,12 @@ DEPEND="${RDEPEND}
                dev-qt/qttest:5
        )
 "
-BDEPEND="doc? ( app-doc/doxygen )"
+BDEPEND="
+       doc? (
+               app-doc/doxygen[dot]
+               virtual/latex-base
+       )
+"
 
 PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )
 

Reply via email to