summaryrefslogtreecommitdiff
path: root/app-portage/gemato
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2025-09-18 02:20:13 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2025-09-18 02:20:13 -0400
commit6dbcee16fc8fddefa0bb7b25646c35ecb6f104af (patch)
tree202aa0685cf52681b0fb5b8190ccc81ed020619f /app-portage/gemato
parentc313f071a6081fcc73191d307fbe35e89c6d5047 (diff)
downloadebuilds-6dbcee16fc8fddefa0bb7b25646c35ecb6f104af.tar.gz
port ebuilds to new eclassesfeature/extend-verify-sig
Diffstat (limited to 'app-portage/gemato')
-rw-r--r--app-portage/gemato/gemato-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
index 9299b39..e6d91c0 100644
--- a/app-portage/gemato/gemato-9999.ebuild
+++ b/app-portage/gemato/gemato-9999.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
PYTHON_REQ_USE='threads(+),ssl(+)'
-inherit distutils-r1 git-r3
+inherit verify-sig distutils-r1 git-r3
DESCRIPTION="Stand-alone Manifest generation & verification tool"
HOMEPAGE="
@@ -16,7 +16,7 @@ HOMEPAGE="
"
EGIT_REPO_URI="https://jturnerusa.dev/cgit/gemato"
-EGIT_SSH_KEYS=(
+VERIFY_SIG_KEYS=(
'jturner.usa@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3D6QtWHDFV5agz2Ms/wPOAmRSuH3xGfsI/a8Nnex0c'
)