diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-05-02 10:19:38 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-05-02 10:21:57 +0200 |
commit | 8d57d5fa7837b3079b0c86e43d0ac96e97749161 (patch) | |
tree | 6a5a1df14265ad404eee06a5256775222e39d4ff /media-sound/whipper | |
parent | media-sound/whipper: add PYTHON_COMPAT=( python3_11 ) (diff) | |
download | gentoo-8d57d5fa7837b3079b0c86e43d0ac96e97749161.tar.gz gentoo-8d57d5fa7837b3079b0c86e43d0ac96e97749161.tar.bz2 gentoo-8d57d5fa7837b3079b0c86e43d0ac96e97749161.zip |
media-sound/whipper: use bash sequence expression in PYTHON_COMPAT
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 | 2 |
1 files changed, 1 insertions, 1 deletions
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" |