sys-apps/seismograph: Point to latest flatcar-master

Pulls in https://github.com/flatcar-linux/seismograph/pull/4
to fix setting GPT labels with cgpt.
This commit is contained in:
Kai Lüke 2020-05-20 18:15:49 +02:00
parent 17e2dbc8c3
commit cda59bca46

View File

@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=1
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="0beee405d22499afd9b7cbe711ccca60116946ab"
CROS_WORKON_COMMIT="1729ecfda5c88fbcd72c1547990fbdcd51a2de08"
KEYWORDS="amd64 arm arm64 x86"
fi