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 04:49:42 -0400
commit42e097cc77abc5194a0a9d78089b3489ca4ef8ad (patch)
tree59469844bbfa068fb0dca10bc7b5248f7e07f92d /app-portage/gemato
parent12f935c0597d418d7de5f8192de238b80be739de (diff)
downloadebuilds-42e097cc77abc5194a0a9d78089b3489ca4ef8ad.tar.gz
port ebuilds to new eclasses
Diffstat (limited to 'app-portage/gemato')
-rw-r--r--app-portage/gemato/gemato-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
index 9299b39..522736e 100644
--- a/app-portage/gemato/gemato-9999.ebuild
+++ b/app-portage/gemato/gemato-9999.ebuild
@@ -7,7 +7,9 @@ DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
PYTHON_REQ_USE='threads(+),ssl(+)'
-inherit distutils-r1 git-r3
+VERIFY_SIG_METHOD="git"
+
+inherit verify-sig distutils-r1 git-r3
DESCRIPTION="Stand-alone Manifest generation & verification tool"
HOMEPAGE="
@@ -16,7 +18,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'
)