cros-devutils: fix devserver with newer versions of portage

This commit is contained in:
Michael Marineau 2015-04-28 17:17:21 -07:00
parent 3d80b96688
commit 6be2c3c238
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_LOCALDIR="src/platform"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="15dfb80441ae5599acb410af221180ba443639e0" CROS_WORKON_COMMIT="a7c075c398cb5a5c0125a38934b336d5b67be1a3"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi