sys-apps/systemd: include fix for shutdown

https://github.com/coreos/bugs/issues/1009
This commit is contained in:
Patrick Baxter 2015-12-03 14:14:43 -08:00
parent d9f5c09dad
commit 7cfeee46b4
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
# Use ~arch instead of empty keywords for compatibility with cros-workon
KEYWORDS="~amd64 ~arm64 ~arm ~x86"
else
CROS_WORKON_COMMIT="4d4064951a0a4b10d3e7fc1afb5ca117682acaf5"
CROS_WORKON_COMMIT="9787aff12419a64985548d8c898c51d6fd29c9c4"
KEYWORDS="amd64 arm64 ~arm ~x86"
fi