commit: 8d57d5fa7837b3079b0c86e43d0ac96e97749161
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 08:19:38 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue May 2 08:21:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d57d5fa
media-sound/whipper: use bash sequence expression in PYTHON_COMPAT
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
media-sound/whipper/whipper-0.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/whipper/whipper-0.10.0.ebuild
b/media-sound/whipper/whipper-0.10.0.ebuild
index b7b40b64e532..c904a72ed8ec 100644
--- a/media-sound/whipper/whipper-0.10.0.ebuild
+++ b/media-sound/whipper/whipper-0.10.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517="setuptools"