Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/amd64/17.0/desktop/plasma/systemd/, ...
Date: Wed, 27 Feb 2019 03:47:03
Message-Id: 1551239085.e971d9d838345833f8ed6c06147835c34e48ecbf.grknight@gentoo
1 commit: e971d9d838345833f8ed6c06147835c34e48ecbf
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 27 03:44:45 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 03:44:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e971d9d8
7
8 profiles: desktop/plasma/systemd - Avoid user conflicts
9
10 The default install of KDE Plasma requires the setting of
11 sys-fs/dbus[user-session]. However if net-wireless/bluez is
12 already installed, this could lead to a conflict.
13
14 Add a few package.use files to preempt this on the most common and
15 likely profiles that are used.
16
17 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
18
19 .../default/linux/amd64/17.0/desktop/plasma/systemd/package.use | 7 +++++++
20 .../default/linux/amd64/17.1/desktop/plasma/systemd/package.use | 7 +++++++
21 profiles/default/linux/arm/17.0/desktop/plasma/systemd/package.use | 7 +++++++
22 profiles/default/linux/x86/17.0/desktop/plasma/systemd/package.use | 7 +++++++
23 4 files changed, 28 insertions(+)
24
25 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
26 new file mode 100644
27 index 00000000000..81ada465595
28 --- /dev/null
29 +++ b/profiles/default/linux/amd64/17.0/desktop/plasma/systemd/package.use
30 @@ -0,0 +1,7 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +# Brian Evans <grknight@g.o>
35 +# Avoids conflicts from kde-plasma/plasma-workspace
36 +# setting sys-fs/dbus[user-session] if bluez is installed
37 +net-wireless/bluez user-session
38
39 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
40 new file mode 100644
41 index 00000000000..81ada465595
42 --- /dev/null
43 +++ b/profiles/default/linux/amd64/17.1/desktop/plasma/systemd/package.use
44 @@ -0,0 +1,7 @@
45 +# Copyright 1999-2019 Gentoo Authors
46 +# Distributed under the terms of the GNU General Public License v2
47 +
48 +# Brian Evans <grknight@g.o>
49 +# Avoids conflicts from kde-plasma/plasma-workspace
50 +# setting sys-fs/dbus[user-session] if bluez is installed
51 +net-wireless/bluez user-session
52
53 diff --git a/profiles/default/linux/arm/17.0/desktop/plasma/systemd/package.use b/profiles/default/linux/arm/17.0/desktop/plasma/systemd/package.use
54 new file mode 100644
55 index 00000000000..81ada465595
56 --- /dev/null
57 +++ b/profiles/default/linux/arm/17.0/desktop/plasma/systemd/package.use
58 @@ -0,0 +1,7 @@
59 +# Copyright 1999-2019 Gentoo Authors
60 +# Distributed under the terms of the GNU General Public License v2
61 +
62 +# Brian Evans <grknight@g.o>
63 +# Avoids conflicts from kde-plasma/plasma-workspace
64 +# setting sys-fs/dbus[user-session] if bluez is installed
65 +net-wireless/bluez user-session
66
67 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
68 new file mode 100644
69 index 00000000000..81ada465595
70 --- /dev/null
71 +++ b/profiles/default/linux/x86/17.0/desktop/plasma/systemd/package.use
72 @@ -0,0 +1,7 @@
73 +# Copyright 1999-2019 Gentoo Authors
74 +# Distributed under the terms of the GNU General Public License v2
75 +
76 +# Brian Evans <grknight@g.o>
77 +# Avoids conflicts from kde-plasma/plasma-workspace
78 +# setting sys-fs/dbus[user-session] if bluez is installed
79 +net-wireless/bluez user-session