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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CE86158087 for ; Wed, 2 Feb 2022 00:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46A432BC001; Wed, 2 Feb 2022 00:53:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3B782BC001 for ; Wed, 2 Feb 2022 00:53:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7EBF343011 for ; Wed, 2 Feb 2022 00:53:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B86F166 for ; Wed, 2 Feb 2022 00:53:28 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1643763205.39cccd906b4dac3edeb56c260af6ef7dbec8b48e.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nyx/nyx-2.1.0-r2.ebuild X-VCS-Directories: net-misc/nyx/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 39cccd906b4dac3edeb56c260af6ef7dbec8b48e X-VCS-Branch: master Date: Wed, 2 Feb 2022 00:53:28 +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: 6ebcd557-e4cf-4f67-9116-299c098068e2 X-Archives-Hash: 26d146c0e7543035d5986d037a8ddb8d commit: 39cccd906b4dac3edeb56c260af6ef7dbec8b48e Author: Craig Andrews gentoo org> AuthorDate: Wed Feb 2 00:52:57 2022 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Feb 2 00:53:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cccd90 net-misc/nyx: Python 3.10 compatibility Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews gentoo.org> net-misc/nyx/nyx-2.1.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild index 0a2d0a5d251e..088026eef0ba 100644 --- a/net-misc/nyx/nyx-2.1.0-r2.ebuild +++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) PYTHON_REQ_USE='ncurses,sqlite(-)' inherit distutils-r1