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 7EC0F15ACFC for ; Wed, 3 May 2023 07:04:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0D44E0876; Wed, 3 May 2023 07:04:55 +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 9C671E0876 for ; Wed, 3 May 2023 07:04:55 +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 AE15A341704 for ; Wed, 3 May 2023 07:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 464158AC for ; Wed, 3 May 2023 07:04:53 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1683097490.73595240115d1b46d227aab6d2a7fd00acd5df6d.idl0r@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/hatop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/hatop/hatop-0.8.2.ebuild X-VCS-Directories: net-proxy/hatop/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 73595240115d1b46d227aab6d2a7fd00acd5df6d X-VCS-Branch: master Date: Wed, 3 May 2023 07:04:53 +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: 3955a4d1-cc8c-4ffc-b5b8-94150526834f X-Archives-Hash: 0534affe4466754d19ccde125b51d97c commit: 73595240115d1b46d227aab6d2a7fd00acd5df6d Author: Christian Ruppert gentoo org> AuthorDate: Wed May 3 07:04:31 2023 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Wed May 3 07:04:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73595240 net-proxy/hatop: Python 3.11 support Signed-off-by: Christian Ruppert gentoo.org> net-proxy/hatop/hatop-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/hatop/hatop-0.8.2.ebuild b/net-proxy/hatop/hatop-0.8.2.ebuild index 9dc0452c3aa8..e79b4979df73 100644 --- a/net-proxy/hatop/hatop-0.8.2.ebuild +++ b/net-proxy/hatop/hatop-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses" inherit python-r1