dev-python/notify2: Add python 3.8 support.

Package-Manager: Portage-2.3.99, Repoman-2.3.20
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
This commit is contained in:
Daniel Pielmeier
2020-04-19 16:30:55 +02:00
parent e7f1a70561
commit 49155a2c71

View File

@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
inherit distutils-r1 virtualx