Re: [gentoo-dev] Re: [PATCH] profiles: Enable USE=user-session on systemd profiles

2020-03-21 Thread Pacho Ramos
El sáb, 21-03-2020 a las 09:01 -0400, Mike Gilbert escribió: > On Sat, Mar 21, 2020 at 6:43 AM Mart Raudsepp wrote: > > Ühel kenal päeval, L, 21.03.2020 kell 11:16, kirjutas Pacho Ramos: > > > I agree, I see that also Debian is applying it unconditionally even > > > when running > > > systemd > >

Re: [gentoo-dev] Re: [PATCH] profiles: Enable USE=user-session on systemd profiles

2020-03-21 Thread Mike Gilbert
On Sat, Mar 21, 2020 at 6:43 AM Mart Raudsepp wrote: > > Ühel kenal päeval, L, 21.03.2020 kell 11:16, kirjutas Pacho Ramos: > > I agree, I see that also Debian is applying it unconditionally even > > when running > > systemd > > But I assume it would be a problem with USE=systemd +

Re: [gentoo-dev] Re: [PATCH] profiles: Enable USE=user-session on systemd profiles

2020-03-21 Thread Mart Raudsepp
Ühel kenal päeval, L, 21.03.2020 kell 11:16, kirjutas Pacho Ramos: > I agree, I see that also Debian is applying it unconditionally even > when running > systemd But I assume it would be a problem with USE=systemd + USE=-user-session dbus, so how about instead of this profile business, we then

Re: [gentoo-dev] Re: [PATCH] profiles: Enable USE=user-session on systemd profiles

2020-03-21 Thread Pacho Ramos
El jue, 19-03-2020 a las 10:35 -0400, Mike Gilbert escribió: > On Thu, Mar 19, 2020 at 9:41 AM Mart Raudsepp wrote: > > Ühel kenal päeval, K, 18.03.2020 kell 16:43, kirjutas Mike Gilbert: > > > Seems good to me in principle, but I'm not sure it is something we > > > > should do until we haven't

Re: [gentoo-dev] Re: [PATCH] profiles: Enable USE=user-session on systemd profiles

2020-03-19 Thread Mike Gilbert
On Thu, Mar 19, 2020 at 9:41 AM Mart Raudsepp wrote: > > Ühel kenal päeval, K, 18.03.2020 kell 16:43, kirjutas Mike Gilbert: > > Seems good to me in principle, but I'm not sure it is something we > > > should do until we haven't promoted this into a global USE flag. > > > > An alternative would

Re: [gentoo-dev] Re: [PATCH] profiles: Enable USE=user-session on systemd profiles

2020-03-19 Thread Mart Raudsepp
Ühel kenal päeval, K, 18.03.2020 kell 16:43, kirjutas Mike Gilbert: > Seems good to me in principle, but I'm not sure it is something we > > should do until we haven't promoted this into a global USE flag. > > An alternative would be to add entries in package.use. Yeah, that'd be what it is now,

Re: [gentoo-dev] Re: [PATCH] profiles: Enable USE=user-session on systemd profiles

2020-03-18 Thread Mike Gilbert
On Wed, Mar 18, 2020 at 4:16 PM Mart Raudsepp wrote: > > > @@ -1,6 +1,6 @@ > > -# Copyright 1999-2014 Gentoo Foundation > > +# Copyright 1999-2020 Gentoo Foundation > > # Distributed under the terms of the GNU General Public License v2 > > > > -USE="systemd udev" > > +USE="systemd udev

[gentoo-dev] Re: [PATCH] profiles: Enable USE=user-session on systemd profiles

2020-03-18 Thread Mart Raudsepp
> @@ -1,6 +1,6 @@ > -# Copyright 1999-2014 Gentoo Foundation > +# Copyright 1999-2020 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > > -USE="systemd udev" > +USE="systemd udev user-session" > > BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd udev" Seems