mail-filter/afew: add Python 3.9

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-02-27 20:30:57 +00:00
parent 7db4a896c7
commit 426b481fc7

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_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1