Merge pull request #579 from philips/bump-locksmith-to-fix-ordering

bump(app-admin/locksmith): add more systemd ordering
This commit is contained in:
Michael Marineau 2014-05-05 14:19:56 -07:00
commit 0388d27ab5
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 if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64"
else else
CROS_WORKON_COMMIT="a4a9b6ae237a55ceb238be86a6dbecb6bc0a5f94" CROS_WORKON_COMMIT="6e01218645bf40a7ebcad92c4c4ecf6adddb0878"
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi