From: Michał Górny Date: Mon, 10 Feb 2020 13:05:35 +0000 (+0100) Subject: net-libs/telepathy-glib: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb292ab1d964fe416909ff269430d1f884eaf5cf;p=gentoo.git net-libs/telepathy-glib: Remove py2 where possible Signed-off-by: Michał Górny --- 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"