summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-07-13 16:22:17 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-07-13 18:13:53 +0300
commit4e6be75359158bd79fa87fd57c7ef22e4797a4bf (patch)
treef9f588f410c64751e87305891dafe92af6733f83 /x11-plugins/enigmail
parentmedia-libs/libaom: add missing BDEPEND for dev-lang/perl (diff)
downloadgentoo-4e6be75359158bd79fa87fd57c7ef22e4797a4bf.tar.gz
gentoo-4e6be75359158bd79fa87fd57c7ef22e4797a4bf.tar.bz2
gentoo-4e6be75359158bd79fa87fd57c7ef22e4797a4bf.zip
x11-plugins/enigmail: enable py3.10, py3.11 and disable py3.7
Closes: https://bugs.gentoo.org/846356 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-plugins/enigmail')
-rw-r--r--x11-plugins/enigmail/enigmail-2.2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/enigmail/enigmail-2.2.4.ebuild b/x11-plugins/enigmail/enigmail-2.2.4.ebuild
index 016d8fd4ed1a..e8f165edec4d 100644
--- a/x11-plugins/enigmail/enigmail-2.2.4.ebuild
+++ b/x11-plugins/enigmail/enigmail-2.2.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit python-any-r1