sys-kernel/bootengine: use head from flatcar/bootengine for comparison in the future

This commit is contained in:
Adrian Vladu 2024-02-21 13:34:26 +00:00
parent 691a57c77e
commit 0329d50411

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="a85e1977b29dbe8315733dbe1b1ab3ab84d039a2" # flatcar-master
CROS_WORKON_COMMIT="5f73716fe5370ee9a269f080d445c85479b745ab" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi