diff options
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/package.use | 4 |
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] |