pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/telepathy-mission-control Uses old Python syntax.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7539e7d116e4
branches:  trunk
changeset: 419470:7539e7d116e4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 19 22:10:10 2019 +0000

description:
Uses old Python syntax.

diffstat:

 chat/telepathy-mission-control/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5431de6bc5e5 -r 7539e7d116e4 chat/telepathy-mission-control/Makefile
--- a/chat/telepathy-mission-control/Makefile   Thu Dec 19 22:09:49 2019 +0000
+++ b/chat/telepathy-mission-control/Makefile   Thu Dec 19 22:10:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2019/07/21 22:23:58 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2019/12/19 22:10:10 joerg Exp $
 
 DISTNAME=      telepathy-mission-control-4.67
 PKGREVISION=   37
@@ -13,6 +13,8 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 PKGCONFIG_OVERRIDE+=   libmcclient.pc.in
 PKGCONFIG_OVERRIDE+=   libmissioncontrol.pc.in
 PKGCONFIG_OVERRIDE+=   mission-control.pc.in



Home | Main Index | Thread Index | Old Index