Merge pull request #803 from jonboulle/master

app-admin/toolbox: bump to fix coreos/toolbox#7
This commit is contained in:
Jonathan Boulle 2014-08-18 21:26:29 -07:00
commit 0a9cd09bb1
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="4e963277b7a1cf559683294883ba099ef22a6304" CROS_WORKON_COMMIT="94a4e74aca054b526f121c9cca930f0413fc9582"
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi