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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5D80158042 for ; Sat, 9 Nov 2024 02:19:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E89C9E07EC; Sat, 9 Nov 2024 02:19:18 +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 D0F14E07EC for ; Sat, 9 Nov 2024 02:19:18 +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 1EF0A33BF29 for ; Sat, 9 Nov 2024 02:19:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 888D01AEE for ; Sat, 9 Nov 2024 02:19:16 +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: <1731118735.8802e25465e23d718952b86dd0fd9fbfa953cdfb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam_wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pam_wrapper/pam_wrapper-1.1.5.ebuild X-VCS-Directories: sys-libs/pam_wrapper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8802e25465e23d718952b86dd0fd9fbfa953cdfb X-VCS-Branch: master Date: Sat, 9 Nov 2024 02:19:16 +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: 70803385-46e7-4440-97d1-bc4be162f19d X-Archives-Hash: a21540b2b36bef9f9d486007f85447a2 commit: 8802e25465e23d718952b86dd0fd9fbfa953cdfb Author: Sam James gentoo org> AuthorDate: Sat Nov 9 02:18:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 9 02:18:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8802e254 sys-libs/pam_wrapper: enable py3.13 Signed-off-by: Sam James gentoo.org> sys-libs/pam_wrapper/pam_wrapper-1.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/pam_wrapper/pam_wrapper-1.1.5.ebuild b/sys-libs/pam_wrapper/pam_wrapper-1.1.5.ebuild index daf1e77a4472..6bae934d26bd 100644 --- a/sys-libs/pam_wrapper/pam_wrapper-1.1.5.ebuild +++ b/sys-libs/pam_wrapper/pam_wrapper-1.1.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake-multilib python-r1 DESCRIPTION="A tool to test PAM applications and PAM modules"