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 96D43159C9B for ; Mon, 12 Aug 2024 19:43:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C216E2BC03F; Mon, 12 Aug 2024 19:43:32 +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 A5ABB2BC03F for ; Mon, 12 Aug 2024 19:43:32 +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 DB3A034300A for ; Mon, 12 Aug 2024 19:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DA301ECF for ; Mon, 12 Aug 2024 19:43:30 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1723491778.fdffdbae9bcdf81b3fed3ba46e6c7505707c0d77.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/kineto/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/kineto/kineto-0.4.0_p20240525.ebuild X-VCS-Directories: sci-libs/kineto/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: fdffdbae9bcdf81b3fed3ba46e6c7505707c0d77 X-VCS-Branch: master Date: Mon, 12 Aug 2024 19:43:30 +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: 9f565405-b2e2-467d-b8a0-2b1265b3fefb X-Archives-Hash: 492803c89021f468d01ac697c49087e8 commit: fdffdbae9bcdf81b3fed3ba46e6c7505707c0d77 Author: Alfred Wingate protonmail com> AuthorDate: Mon Aug 12 00:16:57 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Aug 12 19:42:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdffdbae sci-libs/kineto: disable py3.9 noop change Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/38109 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/kineto/kineto-0.4.0_p20240525.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild b/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild index bf65eb454709..2c0e437f0197 100644 --- a/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild +++ b/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..13} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 cmake prefix CommitId=be1317644c68b4bfc4646024a6b221066e430031