From: Mart Raudsepp Date: Sun, 17 Mar 2019 17:51:04 +0000 (+0200) Subject: profiles/targets/systemd: use.mask elogind X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b876370fab12c272592dda9682e1c00ef44319b2;p=gentoo.git profiles/targets/systemd: use.mask elogind elogind conflicts with systemd, so mask USE=elogind alongside USE=consolekit in systemd profiles. Signed-off-by: Mart Raudsepp --- diff --git a/profiles/targets/systemd/use.mask b/profiles/targets/systemd/use.mask index 1a827f87f818..68032c1e34e4 100644 --- a/profiles/targets/systemd/use.mask +++ b/profiles/targets/systemd/use.mask @@ -1,2 +1,3 @@ -# People running systemd must use logind instead, bug #478258 +# People running systemd must use systemd-logind instead, bug #478258 consolekit +elogind