summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-03 23:57:42 +0000
committerSam James <sam@gentoo.org>2024-01-03 23:57:42 +0000
commitc0a1599636745daebba550af40465302eb0c93d9 (patch)
tree587f6dcbbe4fe6e1e909587b137e7f94947fac29
parentsys-process/schedtool: fix modern C issue (diff)
downloadgentoo-c0a1599636745daebba550af40465302eb0c93d9.tar.gz
gentoo-c0a1599636745daebba550af40465302eb0c93d9.tar.bz2
gentoo-c0a1599636745daebba550af40465302eb0c93d9.zip
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@gentoo.org>
-rw-r--r--profiles/targets/desktop/package.use4
1 files 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 <asturm@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 <asturm@gentoo.org> (2023-07-29)
# Required by dev-python/PyQt5[multimedia]