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 DB05A15ACFC for ; Mon, 1 May 2023 17:55:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 367B5E07F1; Mon, 1 May 2023 17:55:46 +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 1A99BE07F1 for ; Mon, 1 May 2023 17:55: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 39E5434155C for ; Mon, 1 May 2023 17:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C859BA40 for ; Mon, 1 May 2023 17:55: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: <1682963488.86c110efbf2164d3dd788264bd2864d14f49550c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/sssd/sssd-2.5.2-r3.ebuild sys-auth/sssd/sssd-2.6.0-r2.ebuild X-VCS-Directories: sys-auth/sssd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 86c110efbf2164d3dd788264bd2864d14f49550c X-VCS-Branch: master Date: Mon, 1 May 2023 17:55: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: 24c505a7-8e16-4083-9d5f-fb8d8aabb1de X-Archives-Hash: b2b311a13ae8ca7a578dff20e3927652 commit: 86c110efbf2164d3dd788264bd2864d14f49550c Author: Sam James gentoo org> AuthorDate: Mon May 1 17:51:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 17:51:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c110ef sys-auth/sssd: enable py3.11 Closes: https://bugs.gentoo.org/897274 Signed-off-by: Sam James gentoo.org> sys-auth/sssd/sssd-2.5.2-r3.ebuild | 2 +- sys-auth/sssd/sssd-2.6.0-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/sssd/sssd-2.5.2-r3.ebuild b/sys-auth/sssd/sssd-2.5.2-r3.ebuild index ffbaa9bb9aea..fc6be18d464f 100644 --- a/sys-auth/sssd/sssd-2.5.2-r3.ebuild +++ b/sys-auth/sssd/sssd-2.5.2-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools linux-info multilib-minimal python-single-r1 pam systemd toolchain-funcs optfeature diff --git a/sys-auth/sssd/sssd-2.6.0-r2.ebuild b/sys-auth/sssd/sssd-2.6.0-r2.ebuild index 16066e1d4f25..d8c96ba61caf 100644 --- a/sys-auth/sssd/sssd-2.6.0-r2.ebuild +++ b/sys-auth/sssd/sssd-2.6.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools linux-info multilib-minimal optfeature python-single-r1 pam systemd toolchain-funcs