blob: 307fb537afd8ee39a10841c695656c42d718338f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# systemd-utils provides udev for non-systemd systems (eudev removed upstream and locally).
# No USE entries needed: with USE=-systemd (the OpenRC init profile's make.defaults), gentoo's
# virtual/libudev and virtual/udev resolve to sys-apps/systemd-utils[udev] automatically.
# OpenRC systems use elogind as their logind provider for desktop sessions and
# display/login managers that require an explicit provider.
sys-auth/elogind pam
sys-auth/pambase elogind -systemd
gnome-base/gdm elogind -systemd
x11-misc/lightdm elogind -systemd
x11-misc/sddm elogind -systemd
|