diff options
Diffstat (limited to 'dev-python/bozo4/bozo4-9999.ebuild')
-rw-r--r-- | dev-python/bozo4/bozo4-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/bozo4/bozo4-9999.ebuild b/dev-python/bozo4/bozo4-9999.ebuild index 76dc787..9521bcd 100644 --- a/dev-python/bozo4/bozo4-9999.ebuild +++ b/dev-python/bozo4/bozo4-9999.ebuild @@ -5,13 +5,15 @@ EAPI=8 PYTHON_COMPAT=( python3_{11..13} ) -inherit git-r3 meson python-single-r1 +VERIFY_SIG_METHOD="git+ssh" + +inherit verify-sig git-r3 meson python-single-r1 DESCRIPTION="Make s3 requests without boto3." HOMEPAGE="https://jturnerusa.dev/cgit/bozo4" EGIT_REPO_URI="https://jturnerusa.dev/cgit/bozo4" -EGIT_SSH_KEYS=( +VERIFY_SIG_KEYS=( 'jturner.usa@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3D6QtWHDFV5agz2Ms/wPOAmRSuH3xGfsI/a8Nnex0c' ) |