diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:15 +0100 |
commit | b9a1915164593667c3ada1d3b83ab6079297f869 (patch) | |
tree | 93c18963618959bc4887a2aab6da55696af86549 /net-im | |
parent | media-video/handbrake: Remove py2 where possible (diff) | |
download | gentoo-b9a1915164593667c3ada1d3b83ab6079297f869.tar.gz gentoo-b9a1915164593667c3ada1d3b83ab6079297f869.tar.bz2 gentoo-b9a1915164593667c3ada1d3b83ab6079297f869.zip |
net-im/empathy: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/empathy-3.12.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/empathy/empathy-3.12.14.ebuild b/net-im/empathy/empathy-3.12.14.ebuild index 3d417c69b798..c17003cc09c7 100644 --- a/net-im/empathy/empathy-3.12.14.ebuild +++ b/net-im/empathy/empathy-3.12.14.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit gnome2 python-any-r1 virtualx |