diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2023-05-04 09:10:53 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-05-04 09:10:53 +0200 |
commit | 0da79a0bab316a86bd7ea84faf5c8a274899f354 (patch) | |
tree | cdc87673cfc125a8cbcfddd05e092c62bef9e808 /media-sound/exaile | |
parent | media-sound/solfege: eapi8, py3.11 (diff) | |
download | gentoo-0da79a0bab316a86bd7ea84faf5c8a274899f354.tar.gz gentoo-0da79a0bab316a86bd7ea84faf5c8a274899f354.tar.bz2 gentoo-0da79a0bab316a86bd7ea84faf5c8a274899f354.zip |
media-sound/exaile: py3.11
Closes: https://bugs.gentoo.org/897026
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/exaile')
-rw-r--r-- | media-sound/exaile/exaile-4.1.2.ebuild | 2 | ||||
-rw-r--r-- | media-sound/exaile/exaile-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/exaile/exaile-4.1.2.ebuild b/media-sound/exaile/exaile-4.1.2.ebuild index 4ef35facae7b..56167a0672e9 100644 --- a/media-sound/exaile/exaile-4.1.2.ebuild +++ b/media-sound/exaile/exaile-4.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 xdg if [[ ${PV} == "9999" ]]; then diff --git a/media-sound/exaile/exaile-9999.ebuild b/media-sound/exaile/exaile-9999.ebuild index 1cd9912cba0a..3c7be5deff10 100644 --- a/media-sound/exaile/exaile-9999.ebuild +++ b/media-sound/exaile/exaile-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 xdg if [[ ${PV} == "9999" ]]; then |