summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexys Jacob <ultrabug@gentoo.org>2021-03-04 12:40:24 +0100
committerAlexys Jacob <ultrabug@gentoo.org>2021-03-04 12:40:24 +0100
commite20abc16aef302b28dfc4d19c1921573614dbc8d (patch)
tree5cd49aae8558025dbf56ffc59ec6a81d2f96ef9f /x11-misc/py3status
parentdev-python/huawei-lte-api: remove python3.6 and add python3.9 (diff)
downloadgentoo-e20abc16aef302b28dfc4d19c1921573614dbc8d.tar.gz
gentoo-e20abc16aef302b28dfc4d19c1921573614dbc8d.tar.bz2
gentoo-e20abc16aef302b28dfc4d19c1921573614dbc8d.zip
x11-misc/py3status: add python3.9 compat
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'x11-misc/py3status')
-rw-r--r--x11-misc/py3status/py3status-3.33-r2.ebuild (renamed from x11-misc/py3status/py3status-3.33-r1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/py3status/py3status-3.33-r1.ebuild b/x11-misc/py3status/py3status-3.33-r2.ebuild
index a5c75fc841b1..249cd9474c6a 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"