diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:33 +0100 |
commit | 562d969cbd342769d2c6417c108bf02e56936808 (patch) | |
tree | 383635a0ae23571e1afce0ca9eb39ba9b220e100 | |
parent | app-admin/rsyslog: Remove py2 where possible (diff) | |
download | gentoo-562d969cbd342769d2c6417c108bf02e56936808.tar.gz gentoo-562d969cbd342769d2c6417c108bf02e56936808.tar.bz2 gentoo-562d969cbd342769d2c6417c108bf02e56936808.zip |
app-crypt/heimdal: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-crypt/heimdal/heimdal-7.5.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-7.6.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/heimdal/heimdal-7.5.0.ebuild b/app-crypt/heimdal/heimdal-7.5.0.ebuild index c3321f3eec67..d7c507879e26 100644 --- a/app-crypt/heimdal/heimdal-7.5.0.ebuild +++ b/app-crypt/heimdal/heimdal-7.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) VIRTUALX_REQUIRED="manual" inherit autotools db-use multilib multilib-minimal python-any-r1 virtualx flag-o-matic diff --git a/app-crypt/heimdal/heimdal-7.6.0.ebuild b/app-crypt/heimdal/heimdal-7.6.0.ebuild index 4cf287ec2237..34b364981f11 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=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) VIRTUALX_REQUIRED="manual" inherit autotools db-use multilib multilib-minimal python-any-r1 virtualx flag-o-matic |