summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-07-23 18:52:23 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-07-23 19:17:48 -0400
commit3f4046d87b82661cb971525db46567b7159a1a62 (patch)
treeae6c66750473eb662f001d51b3de832dca521e4b /media-sound/xmms2
parentsec-keys/openpgp-keys-gentoo-developers: add TODO for newer python-gnupg (diff)
downloadgentoo-3f4046d87b82661cb971525db46567b7159a1a62.tar.gz
gentoo-3f4046d87b82661cb971525db46567b7159a1a62.tar.bz2
gentoo-3f4046d87b82661cb971525db46567b7159a1a62.zip
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@gentoo.org>
Diffstat (limited to 'media-sound/xmms2')
-rw-r--r--media-sound/xmms2/xmms2-0.9.3.ebuild2
1 files changed, 1 insertions, 1 deletions
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