aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-10-28 13:07:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-11-01 13:59:06 +0000
commit3b6409ef7b708483d3f770ed516502f0c51978d9 (patch)
tree687cfaad7a093ff2fde0438ac3f9bb1fa39383dd
parent204ebaab343c745a4edc06144ed16998ddedb87d (diff)
downloadports-3b6409ef7b708483d3f770ed516502f0c51978d9.tar.gz
ports-3b6409ef7b708483d3f770ed516502f0c51978d9.zip
devel/py-ctags: limit supported python versions
src/_readtags.c:1950:5: error: expression is not assignable ++Py_REFCNT(o); Approved by: portmgr blanket
-rw-r--r--devel/py-ctags/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-ctags/Makefile b/devel/py-ctags/Makefile
index a6b66eb668cd..37790fd82722 100644
--- a/devel/py-ctags/Makefile
+++ b/devel/py-ctags/Makefile
@@ -11,7 +11,7 @@ DISTNAME= python-ctags-${PORTVERSION}
MAINTAINER= ahkdiep@gmail.com
COMMENT= Python bindings for ctags index file
-USES= python:3.6+
+USES= python:3.6-3.9
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>