blob: fe00c0b702c41a035cacb68205ef8d9b5c412f3c (
plain)
1
2
3
4
5
6
7
8
|
# Mask sys-apps/systemd, then all the packages related to systemd will not be installed.
sys-apps/systemd
# Since the udev code-base was merged with systemd, it's become more difficult
# to use udev without systemd. So, mask udev.
# Don't worry about this, udev will automatically be replaced by eudev - the
# systemd-free fork of udev.
sys-fs/udev
|