commit: 17b55496aa5be41094413590c1b3c49460bb400a Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Sun Mar 5 20:18:35 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Mon Apr 3 13:34:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b55496
media-sound/klick: EAPI 8 and py3.11 Closes: https://bugs.gentoo.org/897034 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/29945 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> media-sound/klick/{klick-0.12.2-r3.ebuild => klick-0.12.2-r4.ebuild} | 4 ++-- 1 file 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 similarity index 96% rename from media-sound/klick/klick-0.12.2-r3.ebuild rename to 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
