From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E96D158091 for ; Wed, 8 Jun 2022 07:27:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FC4BE0844; Wed, 8 Jun 2022 07:27:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C18BE0844 for ; Wed, 8 Jun 2022 07:27:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 912E6341051 for ; Wed, 8 Jun 2022 07:27:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CD73105 for ; Wed, 8 Jun 2022 07:27:48 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1654673260.8b994f806ca1ae668a83f6fbb47e21c3b3c158b5.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/htop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/htop/htop-3.2.0.ebuild sys-process/htop/htop-9999.ebuild X-VCS-Directories: sys-process/htop/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8b994f806ca1ae668a83f6fbb47e21c3b3c158b5 X-VCS-Branch: master Date: Wed, 8 Jun 2022 07:27:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95bd5595-2224-471e-893c-9413c78ee717 X-Archives-Hash: fbaae55cd535718595bda19bb51f483b commit: 8b994f806ca1ae668a83f6fbb47e21c3b3c158b5 Author: Lars Wendler gentoo org> AuthorDate: Fri Jun 3 06:00:17 2022 +0000 Commit: Lars Wendler gentoo 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 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