diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-26 14:51:13 +0100 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2021-12-27 10:19:44 +0300 |
commit | 02fa84138847c50c3f9f6d4c8a5230f514e53d05 (patch) | |
tree | 250c9bb2eff1b6f484ae4bc50c8f51324e4ec6de /app-crypt | |
parent | net-mail/mailbase: remove old (diff) | |
download | gentoo-02fa84138847c50c3f9f6d4c8a5230f514e53d05.tar.gz gentoo-02fa84138847c50c3f9f6d4c8a5230f514e53d05.tar.bz2 gentoo-02fa84138847c50c3f9f6d4c8a5230f514e53d05.zip |
app-crypt/mit-krb5: add python 3.10
Closes: https://bugs.gentoo.org/830005
Closes: https://github.com/gentoo/gentoo/pull/23528
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.19.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/mit-krb5/mit-krb5-1.19.2.ebuild b/app-crypt/mit-krb5/mit-krb5-1.19.2.ebuild index 1ee2e7de82cb..70ef8d64a922 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.19.2.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.19.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools flag-o-matic multilib-minimal python-any-r1 systemd toolchain-funcs MY_P="${P/mit-}" |