commit:     3f4046d87b82661cb971525db46567b7159a1a62
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 22:52:23 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 23:17:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4046d8

media-sound/xmms2: enable py3.12

Was worried waf would be horribly broken like jack2's, but the
bundled copy here is recent enough to have fixed the imp module
deprecation warnings (removed in 3.12).

Not 100% there's no issues with USE=python bindings though, we don't
actually have anything in the tree using these that I can see (USE
could be removed if something breaks badly, but otherwise keeping it
for potential usage overlays may do).

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-sound/xmms2/xmms2-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/xmms2/xmms2-0.9.3.ebuild 
b/media-sound/xmms2/xmms2-0.9.3.ebuild
index 1ce69d5068a6..b47252b3f7a1 100644
--- a/media-sound/xmms2/xmms2-0.9.3.ebuild
+++ b/media-sound/xmms2/xmms2-0.9.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="threads(+)"
 inherit flag-o-matic optfeature perl-functions python-single-r1 waf-utils
 

Reply via email to