commit:     19e41083b7bf9dc30c3e66c89e000a0605053b67
Author:     Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Sun Apr  2 19:14:47 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue May  2 08:21:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e41083

media-sound/whipper: add PYTHON_COMPAT=( python3_11 )

Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
Closes: https://github.com/gentoo/gentoo/pull/30446
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 media-sound/whipper/whipper-0.10.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
 

Reply via email to