commit: 1d7971c6bdc4d7a7f47b5a7cbc537fe6cb533f14
Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Mon Sep 21 12:47:51 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Sep 21 12:47:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d7971c6
dev-python/hwi: python 3.9 support
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
dev-python/hwi/hwi-1.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hwi/hwi-1.1.2.ebuild b/dev-python/hwi/hwi-1.1.2.ebuild
index afe011ee..f3175f80 100644
--- a/dev-python/hwi/hwi-1.1.2.ebuild
+++ b/dev-python/hwi/hwi-1.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 udev