diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2024-01-14 10:45:05 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2024-01-14 10:45:05 +0000 |
commit | 9b5f50a69dc31eb998ba38970d77b40d1dcf7afd (patch) | |
tree | 939a53a5f2e8aeacf3e06a0a0c2eca1ac18a1c59 /x11-misc | |
parent | app-office/scribus: minor update in live (diff) | |
download | gentoo-9b5f50a69dc31eb998ba38970d77b40d1dcf7afd.tar.gz gentoo-9b5f50a69dc31eb998ba38970d77b40d1dcf7afd.tar.bz2 gentoo-9b5f50a69dc31eb998ba38970d77b40d1dcf7afd.zip |
x11-misc/py3status: disable py3.12
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/py3status/py3status-3.55.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/py3status/py3status-3.55.ebuild b/x11-misc/py3status/py3status-3.55.ebuild index 0a40790c0771..306470adcb04 100644 --- a/x11-misc/py3status/py3status-3.55.ebuild +++ b/x11-misc/py3status/py3status-3.55.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_9,3_10,3_11,3_12} ) +PYTHON_COMPAT=( python{3_9,3_10,3_11} ) DISTUTILS_USE_PEP517=hatchling SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz" |