commit:     ab1d93b040de762c9f7b713c3dc1752300505604
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  5 04:01:04 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  5 04:01:04 2026 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=ab1d93b0

gpkg: consistently say 'verification failed', not 'verify failed'

This matches other use.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 lib/portage/gpkg.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/portage/gpkg.py b/lib/portage/gpkg.py
index f6e0a46691..a81bc21c0a 100644
--- a/lib/portage/gpkg.py
+++ b/lib/portage/gpkg.py
@@ -569,7 +569,7 @@ class checksum_helper:
             out = portage.output.EOutput()
             [out.eerror(line) for line in msg]
 
-            raise InvalidSignature("GnuPG verify failed")
+            raise InvalidSignature("GnuPG verification failed")
 
     def update(self, data):
         """

Reply via email to