diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-31 22:08:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-31 22:18:24 +0200 |
commit | 64c256975f15c148dc1d81846b77856f284fd934 (patch) | |
tree | 442d2964ca7ca2eae8cda177faa2da782ee0096f /app-crypt | |
parent | app-admin/salt: Fix cond-deps to allow py3.8 (diff) | |
download | gentoo-64c256975f15c148dc1d81846b77856f284fd934.tar.gz gentoo-64c256975f15c148dc1d81846b77856f284fd934.tar.bz2 gentoo-64c256975f15c148dc1d81846b77856f284fd934.zip |
app-crypt/heimdal: Enable py3.8 on 7.6.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/heimdal-7.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/heimdal/heimdal-7.6.0.ebuild b/app-crypt/heimdal/heimdal-7.6.0.ebuild index b6582b76a925..9a250d65624c 100644 --- a/app-crypt/heimdal/heimdal-7.6.0.ebuild +++ b/app-crypt/heimdal/heimdal-7.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7..8} ) VIRTUALX_REQUIRED="manual" inherit autotools db-use multilib multilib-minimal python-any-r1 virtualx flag-o-matic |