From e971d9d838345833f8ed6c06147835c34e48ecbf Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Tue, 26 Feb 2019 22:44:45 -0500 Subject: 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 --- .../default/linux/amd64/17.0/desktop/plasma/systemd/package.use | 7 +++++++ .../default/linux/amd64/17.1/desktop/plasma/systemd/package.use | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 profiles/default/linux/amd64/17.0/desktop/plasma/systemd/package.use create mode 100644 profiles/default/linux/amd64/17.1/desktop/plasma/systemd/package.use (limited to 'profiles/default/linux/amd64') diff --git a/profiles/default/linux/amd64/17.0/desktop/plasma/systemd/package.use b/profiles/default/linux/amd64/17.0/desktop/plasma/systemd/package.use new file mode 100644 index 000000000000..81ada465595d --- /dev/null +++ b/profiles/default/linux/amd64/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 +# Avoids conflicts from kde-plasma/plasma-workspace +# setting sys-fs/dbus[user-session] if bluez is installed +net-wireless/bluez user-session diff --git a/profiles/default/linux/amd64/17.1/desktop/plasma/systemd/package.use b/profiles/default/linux/amd64/17.1/desktop/plasma/systemd/package.use new file mode 100644 index 000000000000..81ada465595d --- /dev/null +++ b/profiles/default/linux/amd64/17.1/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 +# Avoids conflicts from kde-plasma/plasma-workspace +# setting sys-fs/dbus[user-session] if bluez is installed +net-wireless/bluez user-session -- cgit v1.2.3-65-gdbad