sys-apps/ignition: fix link translation

This pulls in https://github.com/flatcar-linux/ignition/pull/38
for https://github.com/flatcar-linux/ign-converter/pull/5
to fix https://github.com/flatcar-linux/Flatcar/issues/666 which
is about a failing translation due to a too strict check.
This commit is contained in:
Kai Lueke 2022-03-10 18:18:22 +01:00
parent 83bf274753
commit 344dbf2eb0

View File

@ -12,7 +12,7 @@ inherit coreos-go cros-workon systemd udev
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="e2a714474441b416693430e6080e7900d8dd14f0" # main
CROS_WORKON_COMMIT="cb95c51122f5a95cea4ed042677933c588fded18" # main
KEYWORDS="amd64 arm64"
fi