diff options
author | 2020-02-10 14:05:35 +0100 | |
---|---|---|
committer | 2020-02-10 14:26:19 +0100 | |
commit | eb292ab1d964fe416909ff269430d1f884eaf5cf (patch) | |
tree | 4ca9189231112375d590fb496e3751022ccbc7fc /net-libs/telepathy-glib | |
parent | net-libs/nodejs: Remove py2 where possible (diff) | |
download | gentoo-eb292ab1d964fe416909ff269430d1f884eaf5cf.tar.gz gentoo-eb292ab1d964fe416909ff269430d1f884eaf5cf.tar.bz2 gentoo-eb292ab1d964fe416909ff269430d1f884eaf5cf.zip |
net-libs/telepathy-glib: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-glib')
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild index 94d8c5de0d58..a1622c2cc1c5 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" |