Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/linux-show-player/
Date: Mon, 27 Feb 2023 10:01:19
Message-Id: 1677492065.c9e8f28bda022650ab015f71c897165ef4154abe.marecki@gentoo
1 commit: c9e8f28bda022650ab015f71c897165ef4154abe
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 10:00:08 2023 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 10:01:05 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e8f28b
7
8 media-sound/linux-show-player: enable py3.11
9
10 Closes: https://bugs.gentoo.org/897036
11 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
12
13 media-sound/linux-show-player/linux-show-player-0.5.3-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-sound/linux-show-player/linux-show-player-0.5.3-r1.ebuild b/media-sound/linux-show-player/linux-show-player-0.5.3-r1.ebuild
17 index 1c4fe7afe135..ad88223db828 100644
18 --- a/media-sound/linux-show-player/linux-show-player-0.5.3-r1.ebuild
19 +++ b/media-sound/linux-show-player/linux-show-player-0.5.3-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -PYTHON_COMPAT=( python3_{9..10} )
25 +PYTHON_COMPAT=( python3_{9..11} )
26 DISTUTILS_SINGLE_IMPL=1
27 DISTUTILS_USE_PEP517=setuptools