commit: 2b1bafe801d92b9efb42814b96d609335d3ceca1
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 18:59:37 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 25 19:01:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1bafe8
net-im/empathy: Add Python 3.9 support
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-im/empathy/empathy-3.12.14.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/empathy/empathy-3.12.14.ebuild
b/net-im/empathy/empathy-3.12.14.ebuild
index cb612b3f5ba..5d3a4bc0e9b 100644
--- a/net-im/empathy/empathy-3.12.14.ebuild
+++ b/net-im/empathy/empathy-3.12.14.ebuild
@@ -3,12 +3,12 @@
EAPI=6
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit gnome2 python-any-r1 virtualx
DESCRIPTION="Telepathy instant messaging and video/audio call client for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Empathy"
+HOMEPAGE="https://wiki.gnome.org/Attic/Empathy"
LICENSE="GPL-2 CC-BY-SA-3.0 FDL-1.3 LGPL-2.1"
SLOT="0"