commit: 98e98c8179d2318149c269427d407f755e6a30f1 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri May 20 02:13:45 2022 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri May 20 02:13:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e98c81
gnome-extra/gnome-integration-spotify: add 3.10 to python_compat Closes: https://bugs.gentoo.org/845990 Package-Manager: Portage-3.0.30, Repoman-3.0.3 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 5e822f8ad79e..dd762e2d1488 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 +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) +PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 ) inherit gnome2-utils python-r1
