diff options
author | Sam James <sam@gentoo.org> | 2024-03-03 02:50:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-03 04:00:11 +0000 |
commit | de43013d05c0c2bcdce712f53c62698af202ec01 (patch) | |
tree | ddb1dff6837de7929aa6b35fd8c966ca81e4d772 /sys-libs | |
parent | dev-python/m2crypto: Remove old (diff) | |
download | gentoo-de43013d05c0c2bcdce712f53c62698af202ec01.tar.gz gentoo-de43013d05c0c2bcdce712f53c62698af202ec01.tar.bz2 gentoo-de43013d05c0c2bcdce712f53c62698af202ec01.zip |
sys-libs/pam_wrapper: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam_wrapper/pam_wrapper-1.1.4-r2.ebuild | 4 | ||||
-rw-r--r-- | 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" |