diff options
author | Sam James <sam@gentoo.org> | 2024-06-13 20:52:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-13 20:54:54 +0100 |
commit | 780a8139a344994d6aad6b9333730c91148f5cfc (patch) | |
tree | e9516550cb5508abd737c2a7946b2341e8a3682a /profiles/targets | |
parent | eclass/tests: Fail the .%.sh.ok Makefile recipe if the test fails (diff) | |
download | gentoo-780a8139a344994d6aad6b9333730c91148f5cfc.tar.gz gentoo-780a8139a344994d6aad6b9333730c91148f5cfc.tar.bz2 gentoo-780a8139a344994d6aad6b9333730c91148f5cfc.zip |
profiles/targets/desktop/plasma: add foundational USE=qt6 package.use
Needed to avoid conflicts/default p.use changes on plasma profile w/
plasma-meta & kde-apps-meta.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/plasma/package.use | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index 60ec3645b00c..eb276f4fa19a 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -1,6 +1,20 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2024-06-13) +# Needed by dependencies of KDE Plasma and KDE Gear +app-crypt/gpgme qt6 +app-crypt/qca qt6 +app-text/poppler qt6 +dev-libs/qtkeychain qt6 +media-libs/phonon qt6 +media-libs/phonon-vlc qt6 +net-libs/accounts-qml qt6 +net-libs/accounts-qt qt6 +net-libs/signond qt6 +net-libs/signon-oauth2 qt6 +sys-auth/polkit-qt qt6 + # Alfred Wingate <parona@protonmail.com> (2023-12-25) # Prefer wayland over X with REQUIRED_USE: ^^ ( gbm wayland X ) >=media-tv/kodi-20.2 wayland -X |