diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-09-22 23:18:20 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-09-22 23:18:20 +0100 |
commit | 820b3cf4687f358703c643bacf3e5a06ccfa4402 (patch) | |
tree | 9cb7c40b4ec609b7d07a8ec876bdd3207d132bb9 /profiles/targets | |
parent | f66a06e8f9736ea679bc3e95d8c8e90ff7c3f466 (diff) |
gentoo auto-resync : 22:09:2023 - 23:18:20
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/package.use | 11 |
1 files 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 <sam@gentoo.org> (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 <asturm@gentoo.org> (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 <asturm@gentoo.org> (2017-11-30) -# Avoid circular dependency when installing from scratch -dev-util/cmake -qt5 - # Andreas Sturmlechner <asturm@gentoo.org> (2017-08-04) # Required by flac and mp3 kde-apps/k3b taglib |