From de43013d05c0c2bcdce712f53c62698af202ec01 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 3 Mar 2024 02:50:56 +0000 Subject: sys-libs/pam_wrapper: disable py3.9 Signed-off-by: Sam James --- sys-libs/pam_wrapper/pam_wrapper-1.1.4-r2.ebuild | 4 ++-- sys-libs/pam_wrapper/pam_wrapper-1.1.4-r3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-libs') diff --git a/sys-libs/pam_wrapper/pam_wrapper-1.1.4-r2.ebuild b/sys-libs/pam_wrapper/pam_wrapper-1.1.4-r2.ebuild index 68afde16e9a1..5ddcce1a4b03 100644 --- a/sys-libs/pam_wrapper/pam_wrapper-1.1.4-r2.ebuild +++ b/sys-libs/pam_wrapper/pam_wrapper-1.1.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake-multilib python-r1 DESCRIPTION="A tool to test PAM applications and PAM modules" diff --git a/sys-libs/pam_wrapper/pam_wrapper-1.1.4-r3.ebuild b/sys-libs/pam_wrapper/pam_wrapper-1.1.4-r3.ebuild index c7bfe3270b34..306319a7bc32 100644 --- a/sys-libs/pam_wrapper/pam_wrapper-1.1.4-r3.ebuild +++ b/sys-libs/pam_wrapper/pam_wrapper-1.1.4-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake-multilib python-r1 DESCRIPTION="A tool to test PAM applications and PAM modules" -- cgit v1.2.3-65-gdbad