summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-15 23:06:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-15 23:06:55 +0200
commit54b8706de23ecc5f00cf84eee4fca8aa8f2a6ff6 (patch)
treec89bae9127e3e35ccd1da6adf028ed6c70a1e101 /app-crypt
parentkde-misc/kio-locate: Fix build with newer cmake (diff)
downloadgentoo-54b8706de23ecc5f00cf84eee4fca8aa8f2a6ff6.tar.gz
gentoo-54b8706de23ecc5f00cf84eee4fca8aa8f2a6ff6.tar.bz2
gentoo-54b8706de23ecc5f00cf84eee4fca8aa8f2a6ff6.zip
app-crypt/qca: Fix IUSE doc missing BDEPENDs
Closes: https://bugs.gentoo.org/865287 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/qca/qca-2.3.4.ebuild7
1 files changed, 6 insertions, 1 deletions
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" )