dev-python/bashate: add py3_{8,9}

Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aaron Bauman
2020-12-02 16:45:15 -05:00
parent 404790cb7d
commit a36a580550

View File

@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_IN_SOURCE_BUILD=TRUE
DISTUTILS_USE_SETUPTOOLS=rdepend