summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-05-04 09:02:37 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-05-04 09:02:37 +0200
commit09955bc881e60bb57f66ed1cfb56f19df1701752 (patch)
tree28df73af11bc26717a48a5659255f5a5a2b807c0
parentmedia-sound/a2jmidid: eapi8, py3.11 (diff)
downloadgentoo-09955bc881e60bb57f66ed1cfb56f19df1701752.tar.gz
gentoo-09955bc881e60bb57f66ed1cfb56f19df1701752.tar.bz2
gentoo-09955bc881e60bb57f66ed1cfb56f19df1701752.zip
media-sound/audiotools: py3.11
Closes: https://bugs.gentoo.org/897024 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r--media-sound/audiotools/audiotools-3.1.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/audiotools/audiotools-3.1.1-r1.ebuild b/media-sound/audiotools/audiotools-3.1.1-r1.ebuild
index 319bcfd49eb4..a09d948a30a5 100644
--- a/media-sound/audiotools/audiotools-3.1.1-r1.ebuild
+++ b/media-sound/audiotools/audiotools-3.1.1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1