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 A98C3158094 for ; Thu, 7 Jul 2022 03:34:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A208CE0F51; Thu, 7 Jul 2022 03:34:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8A910E0F51 for ; Thu, 7 Jul 2022 03:34:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 710FE340E77 for ; Thu, 7 Jul 2022 03:34:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86BE350D for ; Thu, 7 Jul 2022 03:34:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657164853.e253daa4e2d10e6f4154bf2fa43ca43e78d45dbe.sam@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-office/visidata/ X-VCS-Repository: proj/sci X-VCS-Files: app-office/visidata/visidata-2.8.ebuild X-VCS-Directories: app-office/visidata/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e253daa4e2d10e6f4154bf2fa43ca43e78d45dbe X-VCS-Branch: master Date: Thu, 7 Jul 2022 03:34:19 +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: 2512ea55-f5d4-4d9c-b5b7-a6b40cd5a826 X-Archives-Hash: 50fe8e6e0f1cb593eeed4ccaed08a17f commit: e253daa4e2d10e6f4154bf2fa43ca43e78d45dbe Author: Sam James gentoo org> AuthorDate: Thu Jul 7 02:45:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 7 03:34:13 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e253daa4 app-office/visidata: enable py3.10 Signed-off-by: Sam James gentoo.org> app-office/visidata/visidata-2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/visidata/visidata-2.8.ebuild b/app-office/visidata/visidata-2.8.ebuild index bb35b1c03..ab4d506ab 100644 --- a/app-office/visidata/visidata-2.8.ebuild +++ b/app-office/visidata/visidata-2.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature