diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-23 11:53:59 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-05-23 11:53:59 +0200 |
commit | 4cba28e8a84ef56fc686282196f933708a5cc668 (patch) | |
tree | 0c14762c87c6d11802d9e444b5d842bfb68fb839 /media-sound/exaile | |
parent | media-sound/dir2ogg: py3_9 (diff) | |
download | gentoo-4cba28e8a84ef56fc686282196f933708a5cc668.tar.gz gentoo-4cba28e8a84ef56fc686282196f933708a5cc668.tar.bz2 gentoo-4cba28e8a84ef56fc686282196f933708a5cc668.zip |
media-sound/exaile: py3_9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/exaile')
-rw-r--r-- | media-sound/exaile/exaile-4.1.0_alpha1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/exaile/exaile-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/exaile/exaile-4.1.0_alpha1.ebuild b/media-sound/exaile/exaile-4.1.0_alpha1.ebuild index 0ac3b200fa64..fa7f552d22f3 100644 --- a/media-sound/exaile/exaile-4.1.0_alpha1.ebuild +++ b/media-sound/exaile/exaile-4.1.0_alpha1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) 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 c5528fc64cb2..270bd3209261 100644 --- a/media-sound/exaile/exaile-9999.ebuild +++ b/media-sound/exaile/exaile-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-single-r1 xdg if [[ ${PV} == "9999" ]]; then |