commit: e20abc16aef302b28dfc4d19c1921573614dbc8d
Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 11:40:24 2021 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 11:40:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20abc16
x11-misc/py3status: add python3.9 compat
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
.../py3status/{py3status-3.33-r1.ebuild => py3status-3.33-r2.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-misc/py3status/py3status-3.33-r1.ebuild
b/x11-misc/py3status/py3status-3.33-r2.ebuild
similarity index 90%
rename from x11-misc/py3status/py3status-3.33-r1.ebuild
rename to x11-misc/py3status/py3status-3.33-r2.ebuild
index a5c75fc841b..249cd9474c6 100644
--- a/x11-misc/py3status/py3status-3.33-r1.ebuild
+++ b/x11-misc/py3status/py3status-3.33-r2.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz ->
${P}.tar.gz"