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

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

View File

@@ -4,7 +4,9 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Tool to create and manage NEWS blurbs for CPython"