commit:     a00f251de01877dd6892e1c3c3f589564c061c8d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 18:21:17 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 19:00:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00f251d

media-sound/solfege: update LICENSE, fix tc call and add py3.12

Closes: https://bugs.gentoo.org/880141
Closes: https://bugs.gentoo.org/791601
Closes: https://bugs.gentoo.org/929669
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-sound/solfege/solfege-3.23.4.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/solfege/solfege-3.23.4.ebuild 
b/media-sound/solfege/solfege-3.23.4.ebuild
index c29daa506cec..d1e498fd9df5 100644
--- a/media-sound/solfege/solfege-3.23.4.ebuild
+++ b/media-sound/solfege/solfege-3.23.4.ebuild
@@ -3,15 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="sqlite"
-inherit autotools python-single-r1
+inherit autotools python-single-r1 toolchain-funcs
 
 DESCRIPTION="GNU program to help practicing ear training"
 HOMEPAGE="https://www.gnu.org/software/solfege/";
 SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz";
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="alsa oss"
@@ -57,7 +57,7 @@ src_prepare() {
        sed -i 's/charset=iso-8859-2/charset=utf-8/' po/hu.po.new || die
        mv po/hu.po.new po/hu.po || die
 
-       sed -E 's|(PYTHON_INCLUDES=).+|\1"$($(tc-getPKG_CONFIG) --cflags-only-I 
python3)"|g' \
+       sed -E "s|(PYTHON_INCLUDES=).+|\1"$($(tc-getPKG_CONFIG) --cflags-only-I 
python3)"|g" \
                -i acinclude.m4 || die
 
        eautoreconf

Reply via email to