diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 21:13:45 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 21:13:45 -0500 |
commit | 98e98c8179d2318149c269427d407f755e6a30f1 (patch) | |
tree | 663f8242280ddcae41a9495978090dfbb1c52faf /gnome-extra/gnome-integration-spotify | |
parent | dev-python/pychromecast: add 3.10 to python_compat (diff) | |
download | gentoo-98e98c8179d2318149c269427d407f755e6a30f1.tar.gz gentoo-98e98c8179d2318149c269427d407f755e6a30f1.tar.bz2 gentoo-98e98c8179d2318149c269427d407f755e6a30f1.zip |
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@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 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 |