Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/accounts-qt/
Date: Wed, 21 Sep 2022 21:36:42
Message-Id: 1663796179.fa6008f122d51925647f935f678e10ddd4912905.asturm@gentoo
1 commit: fa6008f122d51925647f935f678e10ddd4912905
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 21 21:35:38 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 21 21:36:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6008f1
7
8 net-libs/accounts-qt: Add missing IUSE doc BDEPEND
9
10 Closes: https://bugs.gentoo.org/834602
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/accounts-qt/accounts-qt-1.16.ebuild | 7 ++++++-
14 1 file changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/net-libs/accounts-qt/accounts-qt-1.16.ebuild b/net-libs/accounts-qt/accounts-qt-1.16.ebuild
17 index 8f7734ee51e9..8bec7d6b3146 100644
18 --- a/net-libs/accounts-qt/accounts-qt-1.16.ebuild
19 +++ b/net-libs/accounts-qt/accounts-qt-1.16.ebuild
20 @@ -27,7 +27,12 @@ RDEPEND="
21 DEPEND="${RDEPEND}
22 test? ( dev-qt/qttest:5 )
23 "
24 -BDEPEND="doc? ( app-doc/doxygen )"
25 +BDEPEND="
26 + doc? (
27 + app-doc/doxygen[dot]
28 + dev-qt/qdoc:5
29 + )
30 +"
31
32 src_prepare() {
33 default