Gentoo Archives: gentoo-dev

From: Mart Raudsepp <leio@g.o>
To: Matt Turner <mattst88@g.o>, gentoo-dev@l.g.o
Cc: asturm@g.o, grknight@g.o
Subject: [gentoo-dev] Re: [PATCH] profiles: Enable USE=user-session on systemd profiles
Date: Wed, 18 Mar 2020 20:16:24
Message-Id: e46f4d132058de8e0b9f473c9db017720856b522.camel@gentoo.org
In Reply to: [gentoo-dev] [PATCH] profiles: Enable USE=user-session on systemd profiles by Matt Turner
1 > @@ -1,6 +1,6 @@
2 > -# Copyright 1999-2014 Gentoo Foundation
3 > +# Copyright 1999-2020 Gentoo Foundation
4 > # Distributed under the terms of the GNU General Public License v2
5 >
6 > -USE="systemd udev"
7 > +USE="systemd udev user-session"
8 >
9 > BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd udev"
10
11 Seems good to me in principle, but I'm not sure it is something we
12 should do until we haven't promoted this into a global USE flag.
13
14 With the disclaimer of not knowing anything about dbus[user-session] on
15 a non-systemd system - maybe it's just time to make user-session
16 unconditionally enabled on dbus (and then bluez) instead?
17 All it seems to do (on a very quick look) is install some extra systemd
18 files - can't they just be always installed (by always passing --
19 enable-user-session) and call it a day? Will bluez go wrong if it's
20 installed as USE=user-session does now and ran on a non-systemd system
21 like that?
22
23
24 Mart

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies