summaryrefslogtreecommitdiff
path: root/app-portage/gverify/gverify-2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/gverify/gverify-2.ebuild')
-rw-r--r--app-portage/gverify/gverify-2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gverify/gverify-2.ebuild b/app-portage/gverify/gverify-2.ebuild
index 95d5f0cde54a..a6afeed27f55 100644
--- a/app-portage/gverify/gverify-2.ebuild
+++ b/app-portage/gverify/gverify-2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit python-single-r1
DESCRIPTION="gentoo.git signature verification tool"
@@ -17,7 +17,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND="${PYTHON_DEPS}
app-crypt/gnupg
- app-crypt/openpgp-keys-gentoo-auth
+ sec-keys/openpgp-keys-gentoo-auth
dev-vcs/git"
DEPEND="${PYTHON_DEPS}"