commit:     e89cc8029c68cddc45dbba8d32486901d8685137
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Jan 15 16:43:11 2026 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Jan 17 09:16:18 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e89cc802

dev-util/google-antigravity: use more verify-sig functions

* Replace sha256sum --check --strict with verify-sig_unsigned_checksums.

  Use the fact that verify-sig_unsigned_checksums in sha256 mode ignores
  any line in <checksum-file>
  - that doesn't match the expected format "${checksum} ${filename}".
  - whose ${filename} wasn't passed as an argument.

  With that knowledge, we fix the format only for the arguments of
  verify-sig_unsigned_checksums only for that line.
* Check pipe status with eapi9-pipestatus instead of die.

Fixes: 24744c624e30b298f9897f135786c5f23cec40a4
Part-of: https://github.com/gentoo/guru/pull/419
Acked-by: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail.com>
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 dev-util/google-antigravity/google-antigravity-1.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/google-antigravity/google-antigravity-1.14.2.ebuild 
b/dev-util/google-antigravity/google-antigravity-1.14.2.ebuild
index a1c2df480e..ec51dc8de0 100644
--- a/dev-util/google-antigravity/google-antigravity-1.14.2.ebuild
+++ b/dev-util/google-antigravity/google-antigravity-1.14.2.ebuild
@@ -9,7 +9,7 @@ CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB en-US 
es-419 es et fa fi
 
 
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/google-artifact-registry.asc
 
-inherit eapi9-pipestatus chromium-2 optfeature pax-utils unpacker verify-sig 
xdg
+inherit chromium-2 eapi9-pipestatus optfeature pax-utils unpacker verify-sig 
xdg
 
 
BASE_SRC_URI="https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian";
 

Reply via email to