Makefile: s/udev/eudev/

Apparently Gentoo no longer supports the no longer supported split udev
and replaced it with eudev in their stage3s.
This commit is contained in:
Albert Hopkins 2016-03-17 18:45:58 +00:00
parent 59eac8da06
commit d48248ca46
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ endif
$(SYSTOOLS): $(PREPROOT) $(COMPILE_OPTIONS)
@scripts/echo Installing standard system tools
-$(inroot) $(EMERGE) --unmerge sys-fs/udev
-$(inroot) $(EMERGE) --unmerge sys-fs/eudev
$(inroot) $(EMERGE) $(USEPKG) --noreplace --oneshot sys-apps/systemd
$(inroot) systemd-firstboot \
--timezone=$(TIMEZONE) \