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 D8EC2158087 for ; Tue, 21 Dec 2021 03:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D58562BC019; Tue, 21 Dec 2021 03:51:42 +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 AEDA22BC03A for ; Tue, 21 Dec 2021 03:51:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7774342DB7 for ; Tue, 21 Dec 2021 03:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82403257 for ; Tue, 21 Dec 2021 03:51:40 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1640058693.f96b05cb1c2a663683856c6b2d606452ffad1208.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/glances/glances-3.2.2.ebuild X-VCS-Directories: sys-process/glances/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f96b05cb1c2a663683856c6b2d606452ffad1208 X-VCS-Branch: master Date: Tue, 21 Dec 2021 03:51:40 +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: b13de67d-8c9e-40fd-9f8c-12a90766b521 X-Archives-Hash: 57cfd8f81423e181a6a346103e6f85a0 commit: f96b05cb1c2a663683856c6b2d606452ffad1208 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Dec 21 03:51:20 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Dec 21 03:51:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96b05cb sys-process/glances: enable py3.10 Signed-off-by: Georgy Yakovlev gentoo.org> sys-process/glances/glances-3.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/glances/glances-3.2.2.ebuild b/sys-process/glances/glances-3.2.2.ebuild index 49a7f414d3ae..9e5f97893ecb 100644 --- a/sys-process/glances/glances-3.2.2.ebuild +++ b/sys-process/glances/glances-3.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 linux-info optfeature