diff options
author | Quentin Retornaz <gentoo@retornaz.com> | 2023-04-02 21:14:47 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-05-02 10:21:56 +0200 |
commit | 19e41083b7bf9dc30c3e66c89e000a0605053b67 (patch) | |
tree | 7a93938938c5230588741e3fc795f03e934d207e /media-sound/whipper | |
parent | sys-process/uksmd: drop myself as a maintainer (diff) | |
download | gentoo-19e41083b7bf9dc30c3e66c89e000a0605053b67.tar.gz gentoo-19e41083b7bf9dc30c3e66c89e000a0605053b67.tar.bz2 gentoo-19e41083b7bf9dc30c3e66c89e000a0605053b67.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>
Diffstat (limited to 'media-sound/whipper')
-rw-r--r-- | media-sound/whipper/whipper-0.10.0.ebuild | 4 |
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 |