Merge pull request #2349 from dm0-/bump-toolbox

app-admin/toolbox: bump to stick with Fedora 24 by default
This commit is contained in:
David Michael 2017-01-04 18:08:23 -08:00 committed by GitHub
commit c2e3259b65
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
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="3c71a4056e0724e77e047f84aab54109f595ae2b"
CROS_WORKON_COMMIT="19bd952ea2d0e5b4a7b9ac21a0551a8d19e304d4"
KEYWORDS="amd64 arm64"
fi