chore: regen chromium manifests to hash ebuilds
All checks were successful
Test / elint (push) Successful in 37s

This commit is contained in:
Jared Allard 2025-03-11 19:50:54 -07:00
parent a13416d0b0
commit fa23d8063b
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U

View file

@ -44,3 +44,8 @@ cp -r .patches/files/* files/
find . -name '*.orig' -delete
find . -name '*.bak' -delete
find . -name '*.tmp' -delete
# Regenerate the manifests to include the ebuild hashes.
for ebuild in *.ebuild; do
ebuild "$ebuild" manifest
done