summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2022-06-08 02:25:52 +0200
committerSam James <sam@gentoo.org>2022-06-08 08:09:33 +0100
commite9a7fa51a36b6ca90add3dcd6911acd5c7c2755c (patch)
tree1102c4a7af9ed4f9603ba01eed8219c2dcc8e02e
parentnet-analyzer/zabbix: remove unused patch (diff)
downloadgentoo-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>
-rw-r--r--media-sound/whipper/whipper-0.10.0.ebuild4
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