diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-25 11:59:37 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-25 12:01:08 -0700 |
commit | 2b1bafe801d92b9efb42814b96d609335d3ceca1 (patch) | |
tree | 6f1770237c5b198ec2fa0107fe486fb1f08a148d /net-im | |
parent | dev-util/gtk-builder-convert: Add Python 3.9 support (diff) | |
download | gentoo-2b1bafe801d92b9efb42814b96d609335d3ceca1.tar.gz gentoo-2b1bafe801d92b9efb42814b96d609335d3ceca1.tar.bz2 gentoo-2b1bafe801d92b9efb42814b96d609335d3ceca1.zip |
net-im/empathy: Add Python 3.9 support
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/empathy-3.12.14.ebuild | 4 |
1 files 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 cb612b3f5ba2..5d3a4bc0e9b0 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" |