From 2f1adb5c63ef3f6cf497a6f68d5f1a011e84f0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Sat, 4 Feb 2023 03:18:31 +0100 Subject: [PATCH] [sys-auth/sssd] add py3k11 --- sys-auth/sssd/sssd-2.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/sssd/sssd-2.8.2.ebuild b/sys-auth/sssd/sssd-2.8.2.ebuild index 6ff582f..986eb5e 100644 --- a/sys-auth/sssd/sssd-2.8.2.ebuild +++ b/sys-auth/sssd/sssd-2.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 PLOCALES="ca de es fr ja ko pt_BR ru sv tr uk" PLOCALES_BIN="${PLOCALES} bg cs eu fi hu id it ka nb nl pl pt tg zh_TW zh_CN" PLOCALE_BACKUP="sv" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/sssd.asc inherit autotools linux-info multilib-minimal optfeature plocale \