commit: 5c4cad8486755058fe425af660cfa73663cebc96 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Jun 7 04:07:01 2021 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Jun 7 04:07:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4cad84
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 <AT> gentoo.org> .../gnome-integration-spotify-20140907-r2.ebuild | 4 ++-- 1 file 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 049a2479a33..5e822f8ad79 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
