Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-integration-spotify/
Date: Fri, 20 May 2022 02:13:59
Message-Id: 1653012825.98e98c8179d2318149c269427d407f755e6a30f1.prometheanfire@gentoo
1 commit: 98e98c8179d2318149c269427d407f755e6a30f1
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 02:13:45 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 02:13:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e98c81
7
8 gnome-extra/gnome-integration-spotify: add 3.10 to python_compat
9
10 Closes: https://bugs.gentoo.org/845990
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 .../gnome-integration-spotify-20140907-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 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
18 index 5e822f8ad79e..dd762e2d1488 100644
19 --- a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild
20 +++ b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
29 +PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 )
30
31 inherit gnome2-utils python-r1