sys-apps/baselayout: include change to unbreak boot

the system was hanging on boot due to systemd removing a job to break a
dep cycle.
This commit is contained in:
Nick Owens 2016-04-05 19:19:42 -07:00
parent 01a2ffcab7
commit 76c2988934
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="008a6ac985791d20e12ff7f2e979e75e1ec1acdd"
CROS_WORKON_COMMIT="139da2652de491ae70371413b45e189fe8e727f6"
KEYWORDS="amd64 arm arm64 x86"
fi