commit: fa6008f122d51925647f935f678e10ddd4912905 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Sep 21 21:35:38 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Sep 21 21:36:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6008f1
net-libs/accounts-qt: Add missing IUSE doc BDEPEND Closes: https://bugs.gentoo.org/834602 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/accounts-qt/accounts-qt-1.16.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-libs/accounts-qt/accounts-qt-1.16.ebuild b/net-libs/accounts-qt/accounts-qt-1.16.ebuild index 8f7734ee51e9..8bec7d6b3146 100644 --- a/net-libs/accounts-qt/accounts-qt-1.16.ebuild +++ b/net-libs/accounts-qt/accounts-qt-1.16.ebuild @@ -27,7 +27,12 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 ) " -BDEPEND="doc? ( app-doc/doxygen )" +BDEPEND=" + doc? ( + app-doc/doxygen[dot] + dev-qt/qdoc:5 + ) +" src_prepare() { default
