Merge pull request #2629 from csssuf/bootengine-ec2

sys-kernel/bootengine: bump for ec2 networking changes
This commit is contained in:
James Forcier 2017-06-27 13:37:18 -07:00 committed by GitHub
commit 9ed5e918e1
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="27820e3d8d4be221a02bfe768e60e68a7251ff50"
CROS_WORKON_COMMIT="439ab2142fad4d272ee016b69bd7066e246f9800"
KEYWORDS="amd64 arm arm64 x86"
fi