diff options
author | Quentin Retornaz <gentoo@retornaz.com> | 2022-06-08 02:25:52 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-08 08:09:33 +0100 |
commit | e9a7fa51a36b6ca90add3dcd6911acd5c7c2755c (patch) | |
tree | 1102c4a7af9ed4f9603ba01eed8219c2dcc8e02e /media-sound/whipper | |
parent | net-analyzer/zabbix: remove unused patch (diff) | |
download | gentoo-e9a7fa51a36b6ca90add3dcd6911acd5c7c2755c.tar.gz gentoo-e9a7fa51a36b6ca90add3dcd6911acd5c7c2755c.tar.bz2 gentoo-e9a7fa51a36b6ca90add3dcd6911acd5c7c2755c.zip |
media-sound/whipper: add py3.10 support
Closes: https://bugs.gentoo.org/850325
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Closes: https://github.com/gentoo/gentoo/pull/25801
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/whipper')
-rw-r--r-- | media-sound/whipper/whipper-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/whipper/whipper-0.10.0.ebuild b/media-sound/whipper/whipper-0.10.0.ebuild index 4ec1758f78e4..1049adc8eaa2 100644 --- a/media-sound/whipper/whipper-0.10.0.ebuild +++ b/media-sound/whipper/whipper-0.10.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit distutils-r1 |