diff options
author | 2022-05-19 10:03:53 +0000 | |
---|---|---|
committer | 2022-05-19 10:03:53 +0000 | |
commit | bf922abc5c24d7f54605229a84cd44bdbafe0f51 (patch) | |
tree | 96a423e1ef6fbf4e189356627507cdc96fb3a0fd | |
parent | 2022-05-19 09:33:24 UTC (diff) | |
parent | app-crypt/heimdal: enable py3.10 (diff) | |
download | gentoo-bf922abc5c24d7f54605229a84cd44bdbafe0f51.tar.gz gentoo-bf922abc5c24d7f54605229a84cd44bdbafe0f51.tar.bz2 gentoo-bf922abc5c24d7f54605229a84cd44bdbafe0f51.zip |
Merge updates from master
-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 |