summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2023-04-02 21:14:47 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-05-02 10:21:56 +0200
commit19e41083b7bf9dc30c3e66c89e000a0605053b67 (patch)
tree7a93938938c5230588741e3fc795f03e934d207e
parentsys-process/uksmd: drop myself as a maintainer (diff)
downloadgentoo-19e41083.tar.gz
gentoo-19e41083.tar.bz2
gentoo-19e41083.zip
media-sound/whipper: add PYTHON_COMPAT=( python3_11 )
Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Closes: https://github.com/gentoo/gentoo/pull/30446 Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--media-sound/whipper/whipper-0.10.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/whipper/whipper-0.10.0.ebuild b/media-sound/whipper/whipper-0.10.0.ebuild
index 7fb919c1f3af..b7b40b64e532 100644
--- a/media-sound/whipper/whipper-0.10.0.ebuild
+++ b/media-sound/whipper/whipper-0.10.0.ebuild
@@ -3,7 +3,9 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9,10,11} )
+
+DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1