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 2D6EA15807A for ; Mon, 7 Oct 2024 02:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11FC5E29B4; Mon, 7 Oct 2024 02:52:47 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9937E29B4 for ; Mon, 7 Oct 2024 02:52:46 +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 132A334315A for ; Mon, 7 Oct 2024 02:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D0C422D7 for ; Mon, 7 Oct 2024 02:52:43 +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: <1728269409.89457000e381697d600e613563db03afe8151090.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/p11-kit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild X-VCS-Directories: app-crypt/p11-kit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 89457000e381697d600e613563db03afe8151090 X-VCS-Branch: master Date: Mon, 7 Oct 2024 02:52:43 +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: c49477ce-1ca7-439a-a86a-31879a822a8b X-Archives-Hash: 5336e359abe0db46bbdf3582e96eaa21 commit: 89457000e381697d600e613563db03afe8151090 Author: Sasha Finkelstein gmail com> AuthorDate: Sat Oct 5 14:48:43 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 7 02:50:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89457000 app-crypt/p11-kit: Add python3_13 compat Signed-off-by: Sasha Finkelstein gmail.com> Signed-off-by: Sam James gentoo.org> app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild b/app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild index 70bbe18bb324..f27bbaf48cf6 100644 --- a/app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.25.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit bash-completion-r1 meson-multilib python-any-r1 DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"