From 42e097cc77abc5194a0a9d78089b3489ca4ef8ad Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 18 Sep 2025 02:20:13 -0400 Subject: port ebuilds to new eclasses --- app-portage/gemato/gemato-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app-portage/gemato') 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' ) -- cgit v1.2.3