diff options
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 |