diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-15 23:06:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-15 23:06:55 +0200 |
commit | 54b8706de23ecc5f00cf84eee4fca8aa8f2a6ff6 (patch) | |
tree | c89bae9127e3e35ccd1da6adf028ed6c70a1e101 /app-crypt | |
parent | kde-misc/kio-locate: Fix build with newer cmake (diff) | |
download | gentoo-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.ebuild | 7 |
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" ) |