bump(app-admin/locksmith): Disable locksmith on systems that don't update

This commit is contained in:
Michael Marineau 2014-05-08 12:06:50 -07:00
parent 5895a79d7d
commit cfe885b60b
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="2d286e81688ad5acdd3d7c706a4d9edb15269eb2" CROS_WORKON_COMMIT="6d766b8b6aa5c1fd1ec3a0862ca398577a61ad0d"
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi