Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/solfege/
Date: Mon, 27 Dec 2021 08:06:22
Message-Id: 1640592358.23cd0771316bf595655b42b57b9af9cd07e7ab0b.fordfrog@gentoo
1 commit: 23cd0771316bf595655b42b57b9af9cd07e7ab0b
2 Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 27 07:13:29 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 27 08:05:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cd0771
7
8 media-sound/solfege: add python 3.10
9
10 Closes: https://bugs.gentoo.org/830032
11 Closes: https://github.com/gentoo/gentoo/pull/23535
12 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
13 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
14
15 media-sound/solfege/solfege-3.23.4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-sound/solfege/solfege-3.23.4.ebuild b/media-sound/solfege/solfege-3.23.4.ebuild
19 index 71a32e160ee9..11bc70dbefdf 100644
20 --- a/media-sound/solfege/solfege-3.23.4.ebuild
21 +++ b/media-sound/solfege/solfege-3.23.4.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{8..9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 PYTHON_REQ_USE="sqlite"
29 inherit autotools python-single-r1