Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/empathy/
Date: Tue, 25 May 2021 19:01:18
Message-Id: 1621969268.2b1bafe801d92b9efb42814b96d609335d3ceca1.mattst88@gentoo
1 commit: 2b1bafe801d92b9efb42814b96d609335d3ceca1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 18:59:37 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 19:01:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1bafe8
7
8 net-im/empathy: Add Python 3.9 support
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-im/empathy/empathy-3.12.14.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-im/empathy/empathy-3.12.14.ebuild b/net-im/empathy/empathy-3.12.14.ebuild
16 index cb612b3f5ba..5d3a4bc0e9b 100644
17 --- a/net-im/empathy/empathy-3.12.14.ebuild
18 +++ b/net-im/empathy/empathy-3.12.14.ebuild
19 @@ -3,12 +3,12 @@
20
21 EAPI=6
22 GNOME2_LA_PUNT="yes"
23 -PYTHON_COMPAT=( python3_{7..8} )
24 +PYTHON_COMPAT=( python3_{7..9} )
25
26 inherit gnome2 python-any-r1 virtualx
27
28 DESCRIPTION="Telepathy instant messaging and video/audio call client for GNOME"
29 -HOMEPAGE="https://wiki.gnome.org/Apps/Empathy"
30 +HOMEPAGE="https://wiki.gnome.org/Attic/Empathy"
31
32 LICENSE="GPL-2 CC-BY-SA-3.0 FDL-1.3 LGPL-2.1"
33 SLOT="0"