diff options
author | 2023-03-05 23:18:35 +0300 | |
---|---|---|
committer | 2023-04-03 16:34:35 +0300 | |
commit | 17b55496aa5be41094413590c1b3c49460bb400a (patch) | |
tree | c5d2efdb364fa43b79eb64deb47d189394703d79 /media-sound | |
parent | sys-apps/cpu-x: don't default-enable gui (diff) | |
download | gentoo-17b55496aa5be41094413590c1b3c49460bb400a.tar.gz gentoo-17b55496aa5be41094413590c1b3c49460bb400a.tar.bz2 gentoo-17b55496aa5be41094413590c1b3c49460bb400a.zip |
media-sound/klick: EAPI 8 and py3.11
Closes: https://bugs.gentoo.org/897034
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/29945
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/klick/klick-0.12.2-r4.ebuild (renamed from media-sound/klick/klick-0.12.2-r3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/klick/klick-0.12.2-r3.ebuild b/media-sound/klick/klick-0.12.2-r4.ebuild index 9f64b7f52ac1..d862a9f6e1c7 100644 --- a/media-sound/klick/klick-0.12.2-r3.ebuild +++ b/media-sound/klick/klick-0.12.2-r4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-any-r1 scons-utils toolchain-funcs |