commit:     8b994f806ca1ae668a83f6fbb47e21c3b3c158b5
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 06:00:17 2022 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 07:27:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b994f80

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 <polynomial-c <AT> gentoo.org>

 sys-process/htop/htop-3.2.0.ebuild | 2 +-
 sys-process/htop/htop-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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
 

Reply via email to