sys-kernel/bootengine: Bump to include the fix for systemd v246 change in tmpfiles

This commit is contained in:
Krzesimir Nowak 2020-09-11 22:10:52 +02:00
parent 0d1f86c398
commit fee62916ab
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="45a62e85b7c40e322bd814ce324e5c330e654ce0" # flatcar-master
CROS_WORKON_COMMIT="acfe1b9b78c5596a00693a57ddaafb9d13e1019e" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi