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 7FABE15800F for ; Wed, 1 Feb 2023 10:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBE99E0EAD; Wed, 1 Feb 2023 10:05:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5A9CE0EAD for ; Wed, 1 Feb 2023 10:05:08 +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 039A6335D4B for ; Wed, 1 Feb 2023 10:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DCCA893 for ; Wed, 1 Feb 2023 10:05:06 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1675245889.b65a27885e457e9d2955021af51826fbbedc3564.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/layman/layman-2.4.3.ebuild X-VCS-Directories: app-portage/layman/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: b65a27885e457e9d2955021af51826fbbedc3564 X-VCS-Branch: master Date: Wed, 1 Feb 2023 10:05:06 +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: cd7e97d1-4b1d-4b6c-8b22-b9d8e47f4282 X-Archives-Hash: 96d51ba50d1a4c63bb90ca1dc2087d49 commit: b65a27885e457e9d2955021af51826fbbedc3564 Author: Benda Xu gentoo org> AuthorDate: Wed Feb 1 09:58:11 2023 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Feb 1 10:04:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65a2788 app-portage/layman: enable py3.11 Signed-off-by: Benda Xu gentoo.org> app-portage/layman/layman-2.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/layman/layman-2.4.3.ebuild b/app-portage/layman/layman-2.4.3.ebuild index 98c66193c429..f7a9254bc875 100644 --- a/app-portage/layman/layman-2.4.3.ebuild +++ b/app-portage/layman/layman-2.4.3.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{9..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) PYTHON_REQ_USE="xml(+),sqlite?" DISTUTILS_USE_SETUPTOOLS=no