From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04FCB158094 for ; Wed, 21 Sep 2022 21:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19A05E0984; Wed, 21 Sep 2022 21:36:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05EC3E0984 for ; Wed, 21 Sep 2022 21:36:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 000CB340C02 for ; Wed, 21 Sep 2022 21:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C3755DB for ; Wed, 21 Sep 2022 21:36:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663796179.150afc0b3d0536940100fd33d403e571851d535a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signond/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/signond/signond-8.61.ebuild X-VCS-Directories: net-libs/signond/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 150afc0b3d0536940100fd33d403e571851d535a X-VCS-Branch: master Date: Wed, 21 Sep 2022 21:36:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a25f41a-8cb3-49ae-bc07-74162f430328 X-Archives-Hash: 8659f21ca8f51f11ec4612daf19bdaf5 commit: 150afc0b3d0536940100fd33d403e571851d535a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 21 21:34:12 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 21 21:36:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150afc0b net-libs/signond: Add missing IUSE doc BDEPEND Closes: https://bugs.gentoo.org/872167 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/signond/signond-8.61.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-libs/signond/signond-8.61.ebuild b/net-libs/signond/signond-8.61.ebuild index 6aa2f1b9ab30..7fd33f469139 100644 --- a/net-libs/signond/signond-8.61.ebuild +++ b/net-libs/signond/signond-8.61.ebuild @@ -29,7 +29,12 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 ) " -BDEPEND="doc? ( app-doc/doxygen[dot] )" +BDEPEND=" + doc? ( + app-doc/doxygen[dot] + dev-qt/qdoc:5 + ) +" PATCHES=( "${FILESDIR}/${PN}-8.60-buildsystem.patch"