commit:     c0a1599636745daebba550af40465302eb0c93d9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 23:57:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 23:57:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a15996

profiles/targets/desktop: add dev-util/cmake[-qt6]

I forgot to update this when switching CMake's GUI USE logic back (for now) 
until
more packages support Qt 6 (bug #914489).

Pointed out by josef64 on IRC.

Bug: https://bugs.gentoo.org/914489
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/targets/desktop/package.use | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/desktop/package.use 
b/profiles/targets/desktop/package.use
index e55d347ecc35..fb40cc967f28 100644
--- a/profiles/targets/desktop/package.use
+++ b/profiles/targets/desktop/package.use
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Andreas Sturmlechner <ast...@gentoo.org> (2023-11-12)
@@ -16,7 +16,7 @@ dev-qt/qtgui:5 accessibility egl libinput
 # 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
+dev-util/cmake -gui -qt5 -qt6
 
 # Andreas Sturmlechner <ast...@gentoo.org> (2023-07-29)
 # Required by dev-python/PyQt5[multimedia]

Reply via email to