app-crypt/mit-krb5: Revert the PYTHON_COMPAT changes

We are updating python, so this modification is not needed any more.
This commit is contained in:
Krzesimir Nowak 2021-11-30 18:09:51 +01:00
parent f6c136bfa8
commit 34c4919983

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{6,7} ) PYTHON_COMPAT=( python3_{7,8,9} )
inherit autotools flag-o-matic multilib-minimal python-any-r1 systemd toolchain-funcs inherit autotools flag-o-matic multilib-minimal python-any-r1 systemd toolchain-funcs
MY_P="${P/mit-}" MY_P="${P/mit-}"