commit: aa61a14e65e342e037cdf33dc382ae51a01d3c3e Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Thu May 4 07:06:10 2023 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu May 4 07:06:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa61a14e
media-sound/solfege: eapi8, py3.11 Closes: https://bugs.gentoo.org/897040 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/solfege/solfege-3.23.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/solfege/solfege-3.23.4.ebuild b/media-sound/solfege/solfege-3.23.4.ebuild index 2c46c614b4d5..992f7768657b 100644 --- a/media-sound/solfege/solfege-3.23.4.ebuild +++ b/media-sound/solfege/solfege-3.23.4.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} ) PYTHON_REQ_USE="sqlite" inherit autotools python-single-r1
