From 8b994f806ca1ae668a83f6fbb47e21c3b3c158b5 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Fri, 3 Jun 2022 08:00:17 +0200 Subject: Revert "sys-process/htop: add Python 3.11" This reverts commit 5db477a0e2140ab9637dbee1e3ffbabbb5e8f451. * another unauthorized drive-by commit * Support for python 3.11 will be added once a final python-3.11 release is available Signed-off-by: Lars Wendler --- sys-process/htop/htop-3.2.0.ebuild | 2 +- sys-process/htop/htop-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-process') diff --git a/sys-process/htop/htop-3.2.0.ebuild b/sys-process/htop/htop-3.2.0.ebuild index 7010ef03499c..97ec0972056e 100644 --- a/sys-process/htop/htop-3.2.0.ebuild +++ b/sys-process/htop/htop-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools linux-info python-any-r1 xdg-utils diff --git a/sys-process/htop/htop-9999.ebuild b/sys-process/htop/htop-9999.ebuild index a79d5d03033d..f8aa53177141 100644 --- a/sys-process/htop/htop-9999.ebuild +++ b/sys-process/htop/htop-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools fcaps linux-info python-any-r1 xdg-utils -- cgit v1.2.3-65-gdbad