From 49155a2c71aef649dbadd96b18ca7ed8a1d4165e Mon Sep 17 00:00:00 2001 From: Daniel Pielmeier Date: Sun, 19 Apr 2020 16:30:55 +0200 Subject: [PATCH] dev-python/notify2: Add python 3.8 support. Package-Manager: Portage-2.3.99, Repoman-2.3.20 Signed-off-by: Daniel Pielmeier --- dev-python/notify2/notify2-0.3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2