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 CA15F15802F for ; Sat, 25 Feb 2023 16:09:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4F5FE07EE; Sat, 25 Feb 2023 16:09:03 +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 99DF3E07EE for ; Sat, 25 Feb 2023 16:09:03 +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 92DD3340F7F for ; Sat, 25 Feb 2023 16:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBCF58C1 for ; Sat, 25 Feb 2023 16:09:00 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1677341327.b8ae2ce53bf7a6bdccdae5d84815d5b4bb69bc59.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gs-elpa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gs-elpa/gs-elpa-0.2.2-r2.ebuild X-VCS-Directories: app-portage/gs-elpa/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b8ae2ce53bf7a6bdccdae5d84815d5b4bb69bc59 X-VCS-Branch: master Date: Sat, 25 Feb 2023 16:09:00 +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: 02bacb28-eaef-4219-a754-c8dfcdb54c8a X-Archives-Hash: 16328c8c3d0c33996e92d3329a580ede commit: b8ae2ce53bf7a6bdccdae5d84815d5b4bb69bc59 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 25 11:04:04 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 25 16:08:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ae2ce5 app-portage/gs-elpa: Update for Python 3.11 Closes: https://bugs.gentoo.org/896626 Signed-off-by: Ulrich Müller gentoo.org> app-portage/gs-elpa/gs-elpa-0.2.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gs-elpa/gs-elpa-0.2.2-r2.ebuild b/app-portage/gs-elpa/gs-elpa-0.2.2-r2.ebuild index 2b149ec3d82e..1aadde98ff35 100644 --- a/app-portage/gs-elpa/gs-elpa-0.2.2-r2.ebuild +++ b/app-portage/gs-elpa/gs-elpa-0.2.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit distutils-r1