diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-12-18 20:53:06 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-12-18 20:53:06 +0300 |
commit | 98d5bc78e5cec4e7bfc1d20199726d2d605efda9 (patch) | |
tree | 145e347dd479afe603a1173faac5d2caaa93a883 /sys-auth/pambase | |
parent | sys-auth/pambase: Version bump (v20211218) (diff) | |
download | gentoo-98d5bc78e5cec4e7bfc1d20199726d2d605efda9.tar.gz gentoo-98d5bc78e5cec4e7bfc1d20199726d2d605efda9.tar.bz2 gentoo-98d5bc78e5cec4e7bfc1d20199726d2d605efda9.zip |
sys-auth/pambase: update PYTHON_COMPAT to include 3.10
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth/pambase')
-rw-r--r-- | sys-auth/pambase/pambase-20210201.1.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/pambase/pambase-20211218.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/pambase/pambase-999999999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/pambase/pambase-20210201.1.ebuild b/sys-auth/pambase/pambase-20210201.1.ebuild index b4166689528b..6b1d2ac83aa1 100644 --- a/sys-auth/pambase/pambase-20210201.1.ebuild +++ b/sys-auth/pambase/pambase-20210201.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit pam python-any-r1 readme.gentoo-r1 diff --git a/sys-auth/pambase/pambase-20211218.ebuild b/sys-auth/pambase/pambase-20211218.ebuild index 976d6f78ba3f..30213d26b813 100644 --- a/sys-auth/pambase/pambase-20211218.ebuild +++ b/sys-auth/pambase/pambase-20211218.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit pam python-any-r1 readme.gentoo-r1 diff --git a/sys-auth/pambase/pambase-999999999.ebuild b/sys-auth/pambase/pambase-999999999.ebuild index e0387fbc8c5a..b0d7b99715e4 100644 --- a/sys-auth/pambase/pambase-999999999.ebuild +++ b/sys-auth/pambase/pambase-999999999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit pam python-any-r1 readme.gentoo-r1 |