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 248DE158089 for ; Fri, 22 Sep 2023 20:02:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39AA92BC05A; Fri, 22 Sep 2023 20:02:04 +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 110212BC05A for ; Fri, 22 Sep 2023 20:02:04 +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 3AD6433BEB2 for ; Fri, 22 Sep 2023 20:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BA3211CE for ; Fri, 22 Sep 2023 20:02:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695412866.987c28c376c19494d25bce27ed4419fd0d5d2f42.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/package.use X-VCS-Directories: profiles/targets/desktop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 987c28c376c19494d25bce27ed4419fd0d5d2f42 X-VCS-Branch: master Date: Fri, 22 Sep 2023 20:02:01 +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: 7c2601bb-f9c6-4f86-a500-aecd34fd0ada X-Archives-Hash: 16f4035efce3f113ba6fda9e3ff26830 commit: 987c28c376c19494d25bce27ed4419fd0d5d2f42 Author: Sam James gentoo org> AuthorDate: Fri Sep 22 20:01:06 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 22 20:01:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987c28c3 profiles/targets/desktop: forward-port dev-util/cmake USE=qt5 setting for USE=gui Most people aren't going to use CMake's GUI. USE=gui is enabled by default on desktop profiles and CMake is unavoidable, it feels a shame to drag in Qt 6 just for something people are unlikely to want. Plus, it avoids a circular dependency out of the box. We already did this for qt5, so do it for USE=gui now too. Signed-off-by: Sam James gentoo.org> profiles/targets/desktop/package.use | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 891e53c08c97..4c5c2c567b03 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,6 +1,13 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2023-09-22) +# Most people aren't going to use CMake's GUI. USE=gui is enabled by default +# on desktop profiles and CMake is unavoidable, it feels a shame to drag in +# Qt 6 just for something people are unlikely to want. Plus, it avoids a +# circular dependency out of the box. +dev-util/cmake -gui -qt5 + # Andreas Sturmlechner (2023-07-29) # Required by dev-python/PyQt5[multimedia] dev-qt/qtmultimedia:5 widgets @@ -47,10 +54,6 @@ app-arch/unzip natspec # Required by kde-frameworks/kwayland dev-qt/qtgui:5 egl libinput -# Andreas Sturmlechner (2017-11-30) -# Avoid circular dependency when installing from scratch -dev-util/cmake -qt5 - # Andreas Sturmlechner (2017-08-04) # Required by flac and mp3 kde-apps/k3b taglib