Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sound-juicer/
Date: Sat, 29 Oct 2022 17:44:33
Message-Id: 1667065441.cd64b6852c7ee2ff3577751907e6508754271189.mattst88@gentoo
1 commit: cd64b6852c7ee2ff3577751907e6508754271189
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 17:27:47 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 17:44:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd64b685
7
8 media-sound/sound-juicer: Add Python 3.11 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-sound/sound-juicer/sound-juicer-3.38.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/sound-juicer/sound-juicer-3.38.0.ebuild b/media-sound/sound-juicer/sound-juicer-3.38.0.ebuild
16 index b2f27d0e4e6a..cfeb76985cf5 100644
17 --- a/media-sound/sound-juicer/sound-juicer-3.38.0.ebuild
18 +++ b/media-sound/sound-juicer/sound-juicer-3.38.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 inherit python-any-r1 gnome2 meson
26
27 DESCRIPTION="CD ripper for GNOME"