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/signond/
Date: Wed, 21 Sep 2022 21:36:42
Message-Id: 1663796179.150afc0b3d0536940100fd33d403e571851d535a.asturm@gentoo
1 commit: 150afc0b3d0536940100fd33d403e571851d535a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 21 21:34:12 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=150afc0b
7
8 net-libs/signond: Add missing IUSE doc BDEPEND
9
10 Closes: https://bugs.gentoo.org/872167
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/signond/signond-8.61.ebuild | 7 ++++++-
14 1 file changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/net-libs/signond/signond-8.61.ebuild b/net-libs/signond/signond-8.61.ebuild
17 index 6aa2f1b9ab30..7fd33f469139 100644
18 --- a/net-libs/signond/signond-8.61.ebuild
19 +++ b/net-libs/signond/signond-8.61.ebuild
20 @@ -29,7 +29,12 @@ RDEPEND="
21 DEPEND="${RDEPEND}
22 test? ( dev-qt/qttest:5 )
23 "
24 -BDEPEND="doc? ( app-doc/doxygen[dot] )"
25 +BDEPEND="
26 + doc? (
27 + app-doc/doxygen[dot]
28 + dev-qt/qdoc:5
29 + )
30 +"
31
32 PATCHES=(
33 "${FILESDIR}/${PN}-8.60-buildsystem.patch"