From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 7A35C158074 for ; Wed, 02 Jul 2025 17:33:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3A9E2341F92 for ; Wed, 02 Jul 2025 17:33:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3A480110320; Wed, 02 Jul 2025 17:33:30 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 31481110320 for ; Wed, 02 Jul 2025 17:33:30 +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 E5F74341F92 for ; Wed, 02 Jul 2025 17:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53AA829ED for ; Wed, 02 Jul 2025 17:33:28 +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: <1751477592.85bb5118021d5338cb1d68bfe15c97b03e44db5f.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: 85bb5118021d5338cb1d68bfe15c97b03e44db5f X-VCS-Branch: master Date: Wed, 02 Jul 2025 17:33:28 +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: ff87e21c-8b49-4bf1-af75-dd8ac28024c3 X-Archives-Hash: 8399792108aafa23f31ad73ff7ccf338 commit: 85bb5118021d5338cb1d68bfe15c97b03e44db5f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 2 17:32:06 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 2 17:33:12 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=85bb5118 ecm.eclass: Move dev-qt/qttools:6[assistant] behind IUSE doc again Bug: https://bugs.gentoo.org/959142 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 d824004469..97ff18f2b3 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -284,7 +284,7 @@ case ${ECM_QTHELP} in COMMONDEPEND+=" doc? ( dev-qt/qt-docs:${_KFSLOT} )" BDEPEND+=" doc? ( >=app-text/doxygen-1.8.13-r1 )" if [[ ${_KFSLOT} == 6 ]]; then - BDEPEND+=" dev-qt/qttools:${_KFSLOT}[assistant]" + BDEPEND+=" doc? ( dev-qt/qttools:${_KFSLOT}[assistant] )" else BDEPEND+=" doc? ( dev-qt/qthelp:${_KFSLOT} )" fi