diff options
author | Sam James <sam@gentoo.org> | 2022-06-03 03:35:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-03 03:35:05 +0100 |
commit | 5db477a0e2140ab9637dbee1e3ffbabbb5e8f451 (patch) | |
tree | 2c56e48a4c405d803c67e184d7c61899628af14a /sys-process/htop | |
parent | sys-apps/systemd: drop 250.5-r1, 251, 251.1 (diff) | |
download | gentoo-5db477a0e2140ab9637dbee1e3ffbabbb5e8f451.tar.gz gentoo-5db477a0e2140ab9637dbee1e3ffbabbb5e8f451.tar.bz2 gentoo-5db477a0e2140ab9637dbee1e3ffbabbb5e8f451.zip |
sys-process/htop: add Python 3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/htop')
-rw-r--r-- | sys-process/htop/htop-3.2.0.ebuild | 2 | ||||
-rw-r--r-- | 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 97ec0972056e..7010ef03499c 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..10} ) +PYTHON_COMPAT=( python3_{8..11} ) 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 f8aa53177141..a79d5d03033d 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..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit autotools fcaps linux-info python-any-r1 xdg-utils |