bump(app-admin/toolbox): add ability to execute arbitrary things

Grab this change: https://github.com/coreos/toolbox/pull/5
This commit is contained in:
Brandon Philips 2014-05-07 09:36:31 -07:00
parent 9c9eccd583
commit 5bfc768d1c
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="dfadc970444c9f1c0de3062f07f46924ffb12f46" CROS_WORKON_COMMIT="3837735509d50982d09f83d32ae792073f46f996"
KEYWORDS="amd64" KEYWORDS="amd64"
fi fi