From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1638505-garchives=archives.gentoo.org@lists.gentoo.org> 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 E636715817D for <garchives@archives.gentoo.org>; Mon, 3 Jun 2024 06:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB47FE2A4F; Mon, 3 Jun 2024 06:30:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9A158E2A4F for <gentoo-commits@lists.gentoo.org>; Mon, 3 Jun 2024 06:30:10 +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 BFC8F340C20 for <gentoo-commits@lists.gentoo.org>; Mon, 3 Jun 2024 06:30:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C3B01C59 for <gentoo-commits@lists.gentoo.org>; Mon, 3 Jun 2024 06:30:08 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1717396177.ee10bb7b31c2a0292a949d1b51e0d588ebb1acf0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-ldap-pubkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild X-VCS-Directories: sys-auth/ssh-ldap-pubkey/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ee10bb7b31c2a0292a949d1b51e0d588ebb1acf0 X-VCS-Branch: master Date: Mon, 3 Jun 2024 06:30:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: baa279bf-2bc5-4ba0-9d73-b9b04fc90821 X-Archives-Hash: dfed88160fc9f7afc9e8b960dcbce6fc commit: ee10bb7b31c2a0292a949d1b51e0d588ebb1acf0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 3 06:29:26 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 3 06:29:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee10bb7b sys-auth/ssh-ldap-pubkey: enable py3.12 Closes: https://bugs.gentoo.org/929826 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild index 999f36b3d109..e8fea5540d52 100644 --- a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild +++ b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1