app-admin/toolbox: bump to include mount variable

This commit is contained in:
Alex Crawford 2016-08-23 17:24:43 -07:00
parent eb3ffc9ca7
commit 77b3fda4e0
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 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="fc4fed00e9d178ae2814493d1e6426a4ce74970c" CROS_WORKON_COMMIT="9600ae22ffd41a751807b8048b091e1de7d5fa17"
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi