coreos-base/ue-rs: Remove -v/--print-progress option

This pulls in
https://github.com/flatcar/ue-rs/pull/50
to remove an option that we don't need anymore.
This commit is contained in:
Kai Lueke 2024-01-19 12:58:15 +01:00
parent e114c3717f
commit 171a279185

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ ${PV} == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="fa5202f19e91c6310964ae1d1cbf5988f13f4435" # trunk
CROS_WORKON_COMMIT="b61b2a721ba181c7891556b73ab8f541483adb3d" # trunk
KEYWORDS="amd64 arm64"
fi