commit:     de43013d05c0c2bcdce712f53c62698af202ec01
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 02:50:56 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 04:00:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de43013d

sys-libs/pam_wrapper: disable py3.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 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(-)

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"

Reply via email to