diff options
author | Eray Aslan <eras@gentoo.org> | 2022-05-19 12:49:47 +0300 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2022-05-19 12:49:47 +0300 |
commit | c35829ddeff19cd3c98b0634560c1c25320fd9e3 (patch) | |
tree | e0d7cc61f5d1689bff2fc0a1dd57465cb1c22835 /app-crypt/heimdal | |
parent | net-misc/curl: arm64 stable wrt bug #842531 (diff) | |
download | gentoo-c35829ddeff19cd3c98b0634560c1c25320fd9e3.tar.gz gentoo-c35829ddeff19cd3c98b0634560c1c25320fd9e3.tar.bz2 gentoo-c35829ddeff19cd3c98b0634560c1c25320fd9e3.zip |
app-crypt/heimdal: enable py3.10
Closes: https://bugs.gentoo.org/845444
Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/heimdal-7.7.0-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/heimdal/heimdal-7.7.0-r5.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r5.ebuild index bce9deb32fc0..7faee15b679b 100644 --- a/app-crypt/heimdal/heimdal-7.7.0-r5.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.0-r5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) VIRTUALX_REQUIRED="manual" inherit autotools db-use multilib multilib-minimal python-any-r1 virtualx flag-o-matic |