consolefont: add after modules to dependencies

X-Gentoo-Bug: 559540
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=559540
This commit is contained in:
William Hubbs 2015-10-29 11:27:27 -05:00
parent ee944553a9
commit 4cf6b0ecf7

View File

@ -7,7 +7,7 @@ description="Sets a font for the consoles."
depend() depend()
{ {
need localmount termencoding need localmount termencoding
after hotplug bootmisc after hotplug bootmisc modules
keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc
} }