Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/qca/
Date: Mon, 15 Aug 2022 21:07:44
Message-Id: 1660597615.54b8706de23ecc5f00cf84eee4fca8aa8f2a6ff6.asturm@gentoo
1 commit: 54b8706de23ecc5f00cf84eee4fca8aa8f2a6ff6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 15 21:06:55 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 15 21:06:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b8706d
7
8 app-crypt/qca: Fix IUSE doc missing BDEPENDs
9
10 Closes: https://bugs.gentoo.org/865287
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-crypt/qca/qca-2.3.4.ebuild | 7 ++++++-
14 1 file changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/app-crypt/qca/qca-2.3.4.ebuild b/app-crypt/qca/qca-2.3.4.ebuild
17 index 05ecf7c86655..e46a6149285a 100644
18 --- a/app-crypt/qca/qca-2.3.4.ebuild
19 +++ b/app-crypt/qca/qca-2.3.4.ebuild
20 @@ -35,7 +35,12 @@ DEPEND="${RDEPEND}
21 dev-qt/qttest:5
22 )
23 "
24 -BDEPEND="doc? ( app-doc/doxygen )"
25 +BDEPEND="
26 + doc? (
27 + app-doc/doxygen[dot]
28 + virtual/latex-base
29 + )
30 +"
31
32 PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )