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 3E209158021 for ; Sun, 16 Oct 2022 11:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87D3FE0882; Sun, 16 Oct 2022 11:42:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 712D3E0882 for ; Sun, 16 Oct 2022 11:42:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEA7C340F3B for ; Sun, 16 Oct 2022 11:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53D2B602 for ; Sun, 16 Oct 2022 11:42:54 +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: <1665920565.ddd2a34a429dfcdfa9f3a4ed69a32f740161e3bc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/accounts-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/accounts-qt/accounts-qt-1.16.ebuild X-VCS-Directories: net-libs/accounts-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ddd2a34a429dfcdfa9f3a4ed69a32f740161e3bc X-VCS-Branch: master Date: Sun, 16 Oct 2022 11:42:54 +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: 1a485d37-86e9-407d-a5b5-b08467e47837 X-Archives-Hash: 40b51416e9527884c8df44cf2d7b56d8 commit: ddd2a34a429dfcdfa9f3a4ed69a32f740161e3bc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 16 11:08:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 16 11:42:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd2a34a net-libs/accounts-qt: qhelpgenerator is in dev-qt/qthelp Bug: https://bugs.gentoo.org/872047 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/accounts-qt/accounts-qt-1.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 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 8bec7d6b3146..e2767e2a5a1e 100644 --- a/net-libs/accounts-qt/accounts-qt-1.16.ebuild +++ b/net-libs/accounts-qt/accounts-qt-1.16.ebuild @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} BDEPEND=" doc? ( app-doc/doxygen[dot] - dev-qt/qdoc:5 + dev-qt/qthelp:5 ) "