Merge pull request #2948 from bgilbert/before

sys-kernel/bootengine: bump for ignition-setup dependency fix
This commit is contained in:
Benjamin Gilbert 2017-12-11 21:34:03 -08:00 committed by GitHub
commit 6abd7cc783
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 if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="60d29e066913fa856485b5cb90dd6208c18bcc73" CROS_WORKON_COMMIT="4d25b96ce6aab8ae4ecd6532ab4ea81a51dcfe00"
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi