diff options
author | Bruce Schultz <brulzki@gmail.com> | 2022-07-17 06:06:41 +1000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-07-17 05:39:11 +0200 |
commit | f8ba226a0f3e7c66db9ecf50d4f8e4e7b9d476b3 (patch) | |
tree | 81ff9bb8ec5cdc3c362db5b0c254cc80650f3287 /media-sound | |
parent | dev-java/tomcat-native: drop 1.2.33 (diff) | |
download | gentoo-f8ba226a0f3e7c66db9ecf50d4f8e4e7b9d476b3.tar.gz gentoo-f8ba226a0f3e7c66db9ecf50d4f8e4e7b9d476b3.tar.bz2 gentoo-f8ba226a0f3e7c66db9ecf50d4f8e4e7b9d476b3.zip |
media-sound/csound: Update PYTHON_COMPAT for the stable 6.16.2 ebuild
Closes: https://bugs.gentoo.org/855431
Signed-off-by: Bruce Schultz <brulzki@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26447
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/csound/csound-6.16.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/csound/csound-6.16.2.ebuild b/media-sound/csound/csound-6.16.2.ebuild index 58046967e8a0..6f59d02107af 100644 --- a/media-sound/csound/csound-6.16.2.ebuild +++ b/media-sound/csound/csound-6.16.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # As upstream (and we aswell) are not allowed to redistribute scansyn, @@ -8,7 +8,7 @@ EAPI=7 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake lua-single python-single-r1 toolchain-funcs |