sys-apps/seismograph: Update to latest repo state

This pulls in
https://github.com/kinvolk/seismograph/pull/5
to fix a typo in the usage output.
This commit is contained in:
Kai Lüke 2020-11-17 20:24:34 +09:00
parent f620c9fc23
commit 20712d803b

View File

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