diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 21:04:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 21:04:02 +0300 |
commit | e76821b70b5c27f3d4be21152ffce977219727c0 (patch) | |
tree | 847f73c915482a46934737ef389ad0e7ffa3bcd3 /app-crypt | |
parent | dev-python/markdown: add 3.4 (diff) | |
download | gentoo-e76821b70b5c27f3d4be21152ffce977219727c0.tar.gz gentoo-e76821b70b5c27f3d4be21152ffce977219727c0.tar.bz2 gentoo-e76821b70b5c27f3d4be21152ffce977219727c0.zip |
app-crypt/gpgme: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.17.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild b/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild index 0673116bef89..532d754689ae 100644 --- a/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild +++ b/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_OPTIONAL=1 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc |