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 9A96715ACFC for ; Mon, 1 May 2023 17:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE330E0844; Mon, 1 May 2023 17:59:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 DA279E0844 for ; Mon, 1 May 2023 17:59:21 +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 EC647341568 for ; Mon, 1 May 2023 17:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84CC28B7 for ; Mon, 1 May 2023 17:59: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: <1682963931.e63d81076613f3ffa568e6e174eb04a3217a0665.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/esearch/esearch-1.3-r3.ebuild app-portage/esearch/esearch-9999.ebuild X-VCS-Directories: app-portage/esearch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e63d81076613f3ffa568e6e174eb04a3217a0665 X-VCS-Branch: master Date: Mon, 1 May 2023 17:59: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: b0f7e961-1f8c-4704-8e2a-c53513a173aa X-Archives-Hash: 1f944893a4e441e326e79d700b33f30d commit: e63d81076613f3ffa568e6e174eb04a3217a0665 Author: Sam James gentoo org> AuthorDate: Mon May 1 17:57:05 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 17:58:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63d8107 app-portage/esearch: enable py3.11 Closes: https://bugs.gentoo.org/896620 Signed-off-by: Sam James gentoo.org> app-portage/esearch/esearch-1.3-r3.ebuild | 2 +- app-portage/esearch/esearch-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild b/app-portage/esearch/esearch-1.3-r3.ebuild index e5d9a8145615..0d5760007e1e 100644 --- a/app-portage/esearch/esearch-1.3-r3.ebuild +++ b/app-portage/esearch/esearch-1.3-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="readline(+)" DISTUTILS_USE_SETUPTOOLS=no diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild index 4cf385b728f3..4bc06cc9d1bb 100644 --- a/app-portage/esearch/esearch-9999.ebuild +++ b/app-portage/esearch/esearch-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="readline(+)" DISTUTILS_USE_SETUPTOOLS=no