app-admin/sdnotify-proxy: use git ref of new repository

In https://github.com/kinvolk/coreos-overlay/pull/875 the repository
was switched to a fork from the archived upstream repository. However,
the ebuild was still using a reference to an old squashed Flatcar build
bot commit from the git-sync times that was only present in our old
repository.
Switch to a reference to the latest commit on the new repository which
in fact does not introduce any changes.
This commit is contained in:
Kai Lüke 2021-03-05 11:07:47 +01:00
parent 2a2c9d7262
commit a25b0a8a06

View File

@ -11,7 +11,7 @@ inherit coreos-go cros-workon
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="9b681920d011ce1ca3214a05f38edea535ad0778" # flatcar-master CROS_WORKON_COMMIT="0f8ef1aa86c59fc6d54eadaffb248feaccd1018b" # master
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi