diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 20:16:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 23:05:23 +0200 |
commit | 9b5eb03cd06c99525bf04001efc2d78edc25f5ed (patch) | |
tree | 8c8f11c55ced3da2f0ec3f61184e0e3c7a8b0608 /profiles/targets | |
parent | profiles: arch: Mask kde-frameworks/purpose:5[kaccounts] if necessary (diff) | |
download | gentoo-9b5eb03cd06c99525bf04001efc2d78edc25f5ed.tar.gz gentoo-9b5eb03cd06c99525bf04001efc2d78edc25f5ed.tar.bz2 gentoo-9b5eb03cd06c99525bf04001efc2d78edc25f5ed.zip |
profiles: desktop: Restrict kaccounts package.use to SLOT 5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/plasma/package.use | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index a1928b24e02b..1d3f79e89195 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -96,5 +96,5 @@ kde-plasma/kwin lock media-video/pipewire sound-server # Expected to be available by default in Plasma -kde-frameworks/purpose kaccounts -kde-plasma/plasma-desktop kaccounts +kde-frameworks/purpose:5 kaccounts +kde-plasma/plasma-desktop:5 kaccounts |