Merge pull request #2558 from flatcar/tormath1/locksmith

app-admin/locksmith: pull golang.org/x/net update
This commit is contained in:
Mathieu Tortuyaux 2025-01-10 16:44:54 +01:00 committed by GitHub
commit 00ab503664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ inherit git-r3 systemd coreos-go
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
EGIT_COMMIT="439d44f24b24f679d08f309399f6bb2f82614637" # flatcar-master EGIT_COMMIT="ee644fc60a32af5fbc4e83c64fcc7ca0eadb9e3f" # flatcar-master
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi