net-mail/notmuch: add Python 3.9 to stable

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-02-27 20:47:56 +00:00
parent 0418ef0ba3
commit d4116cf263
3 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_OPTIONAL=1
NEED_EMACS="24.1"
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
inherit bash-completion-r1 distutils-r1 elisp-common eutils flag-o-matic \
pax-utils toolchain-funcs

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_OPTIONAL=1
NEED_EMACS="24.1"
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
inherit bash-completion-r1 distutils-r1 elisp-common eutils flag-o-matic \
pax-utils toolchain-funcs