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 DE5F715806E for ; Fri, 19 May 2023 19:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E71DE0886; Fri, 19 May 2023 19:33:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 067EDE0886 for ; Fri, 19 May 2023 19:33:23 +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 36E31340CE7 for ; Fri, 19 May 2023 19:33:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93FCBA72 for ; Fri, 19 May 2023 19:33:20 +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: <1684442892.9b644d5ba0ce49494d254f4cec010e6a4614677a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/ecm.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b644d5ba0ce49494d254f4cec010e6a4614677a X-VCS-Branch: master Date: Fri, 19 May 2023 19:33:20 +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: 90ecd57e-926d-4b66-96c0-7da804abc5a0 X-Archives-Hash: 2cb4abe8a78e44159916c782c298d416 commit: 9b644d5ba0ce49494d254f4cec010e6a4614677a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 18 20:48:12 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 18 20:48:12 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b644d5b ecm.eclass: ECM_QTHELP needs qhelpgenerator, provided by qttools[assistant]:6 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/ecm.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index ef59ddfbce..fdd5ba92b8 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -235,7 +235,7 @@ case ${ECM_QTHELP} in COMMONDEPEND+=" doc? ( dev-qt/qt-docs:${_KFSLOT} )" BDEPEND+=" doc? ( >=app-doc/doxygen-1.8.13-r1 )" if [[ ${_KFSLOT} == 6 ]]; then - BDEPEND+=" dev-qt/qttools:${_KFSLOT}[doc]" + BDEPEND+=" dev-qt/qttools:${_KFSLOT}[assistant]" else BDEPEND+=" doc? ( =dev-qt/qtcore-5.15.9*:5