diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-06-06 23:07:01 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-06-06 23:07:01 -0500 |
commit | 5c4cad8486755058fe425af660cfa73663cebc96 (patch) | |
tree | e98cf71997b26b71f7f6f5a1ebfb825d03872e9f /gnome-extra/gnome-integration-spotify | |
parent | sys-kernel/mips-sources: Go back to EAPI6 (diff) | |
download | gentoo-5c4cad8486755058fe425af660cfa73663cebc96.tar.gz gentoo-5c4cad8486755058fe425af660cfa73663cebc96.tar.bz2 gentoo-5c4cad8486755058fe425af660cfa73663cebc96.zip |
gnome-extra/gnome-integration-spotify: add py39
Closes: https://bugs.gentoo.org/794244
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-integration-spotify')
-rw-r--r-- | gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild index 049a2479a33b..5e822f8ad79e 100644 --- a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild +++ b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 ) +PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) inherit gnome2-utils python-r1 |