toolbox: update to latest version

Never got bumped after https://github.com/coreos/toolbox/pull/6
This commit is contained in:
Michael Marineau 2014-06-27 10:01:16 -07:00
parent 12f5ba82be
commit 36bc7949da
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="3837735509d50982d09f83d32ae792073f46f996" CROS_WORKON_COMMIT="4e963277b7a1cf559683294883ba099ef22a6304"
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi