sys-kernel/bootengine: Bump to fix resolv.conf

The previous service file would leave an empty /etc/resolv.conf in
place, preventing tmpfiles from creating the symlink.
This commit is contained in:
David Michael 2018-07-18 13:19:22 +00:00
parent fe44ac49b4
commit 9046b7ebf5
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="30b4f2a73ecde5abbd2c5dd7e78fbf4bdbff3722"
CROS_WORKON_COMMIT="45b00a9072e0fe87bfd33a12628a43f139b06182"
KEYWORDS="amd64 arm arm64 x86"
fi