From 641847e5ad35be34660b0e7b766396deb6c8bd9e Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 12 Sep 2020 11:46:12 +0000 Subject: [PATCH] net-im/ktp-call-ui: allow building with modern python, undeprecate --- net-im/ktp-call-ui/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-im/ktp-call-ui/Makefile b/net-im/ktp-call-ui/Makefile index 10f6f314dd9c..2308761840b9 100644 --- a/net-im/ktp-call-ui/Makefile +++ b/net-im/ktp-call-ui/Makefile @@ -12,9 +12,6 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - LIB_DEPENDS= libKTpCommonInternals.so:net-im/ktp-common-internals \ libQt5GStreamer-1.0.so:multimedia/gstreamer1-qt \ libboost_thread.so:devel/boost-libs \ @@ -24,7 +21,7 @@ LIB_DEPENDS= libKTpCommonInternals.so:net-im/ktp-common-internals \ libtelepathy-qt5-farstream.so:net-im/telepathy-qt USES= cmake compiler:c++11-lang gettext gnome kde:5 pkgconfig \ - python:2.7 qt:5 tar:xz + python qt:5 tar:xz USE_GNOME= glib20 USE_GSTREAMER1= yes USE_KDE= auth codecs config configwidgets coreaddons ecm iconthemes \