From: Daniel Pielmeier Date: Sun, 19 Apr 2020 14:30:55 +0000 (+0200) Subject: dev-python/notify2: Add python 3.8 support. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=49155a2c71aef649dbadd96b18ca7ed8a1d4165e;p=gentoo.git dev-python/notify2: Add python 3.8 support. Package-Manager: Portage-2.3.99, Repoman-2.3.20 Signed-off-by: Daniel Pielmeier --- diff --git a/dev-python/notify2/notify2-0.3.1-r1.ebuild b/dev-python/notify2/notify2-0.3.1-r1.ebuild index a660cccca0e5..8700640700ea 100644 --- a/dev-python/notify2/notify2-0.3.1-r1.ebuild +++ b/dev-python/notify2/notify2-0.3.1-r1.ebuild @@ -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