From 799eedb84403e8e69c9ba83d52243aa6e564aa2e Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Mon, 16 Mar 2020 20:10:07 +0000 Subject: [PATCH] net-im/telepathy-qt: remove unnecessary lock on python2 - switch to python3 --- net-im/telepathy-qt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/telepathy-qt/Makefile b/net-im/telepathy-qt/Makefile index 6b2014379d83..cbdb62d76623 100644 --- a/net-im/telepathy-qt/Makefile +++ b/net-im/telepathy-qt/Makefile @@ -3,6 +3,7 @@ PORTNAME= telepathy-qt DISTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://telepathy.freedesktop.org/releases/${PORTNAME}/ PKGNAMESUFFIX= 5 @@ -18,7 +19,7 @@ LIB_DEPENDS= libtelepathy-farstream.so:net-im/telepathy-farstream \ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus@${PY_FLAVOR} USES= cmake compiler:c++11-lang gettext gnome localbase:ldflags pathfix \ - pkgconfig python:2.7,build qt:5 + pkgconfig python:3.5+,build qt:5 USE_GNOME= glib20 libxslt:build USE_GSTREAMER= yes USE_LDCONFIG= yes