diff options
author | Brian Evans <grknight@gentoo.org> | 2019-02-26 22:44:45 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-02-26 22:44:45 -0500 |
commit | e971d9d838345833f8ed6c06147835c34e48ecbf (patch) | |
tree | 1ae9bc633353d71a0c89dfab497436666f134042 /profiles/default/linux/x86/17.0/desktop/plasma/systemd | |
parent | media-libs/vulkan-layers: Install headers into /usr/include/vulkan (diff) | |
download | gentoo-e971d9d838345833f8ed6c06147835c34e48ecbf.tar.gz gentoo-e971d9d838345833f8ed6c06147835c34e48ecbf.tar.bz2 gentoo-e971d9d838345833f8ed6c06147835c34e48ecbf.zip |
profiles: desktop/plasma/systemd - Avoid user conflicts
The default install of KDE Plasma requires the setting of
sys-fs/dbus[user-session]. However if net-wireless/bluez is
already installed, this could lead to a conflict.
Add a few package.use files to preempt this on the most common and
likely profiles that are used.
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles/default/linux/x86/17.0/desktop/plasma/systemd')
-rw-r--r-- | profiles/default/linux/x86/17.0/desktop/plasma/systemd/package.use | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/default/linux/x86/17.0/desktop/plasma/systemd/package.use b/profiles/default/linux/x86/17.0/desktop/plasma/systemd/package.use new file mode 100644 index 000000000000..81ada465595d --- /dev/null +++ b/profiles/default/linux/x86/17.0/desktop/plasma/systemd/package.use @@ -0,0 +1,7 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Brian Evans <grknight@gentoo.org> +# Avoids conflicts from kde-plasma/plasma-workspace +# setting sys-fs/dbus[user-session] if bluez is installed +net-wireless/bluez user-session |