diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-20 14:45:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-20 14:45:56 +0000 |
commit | 510b9eec96ae346da55d0c68271266c7a32b2a10 (patch) | |
tree | cbd0db3fe916dd4f65f8ac1f37151c980e15b627 /net/py-twisted | |
parent | 12c1a3f051ed90062e52e626a122502130900614 (diff) | |
download | pkgsrc-510b9eec96ae346da55d0c68271266c7a32b2a10.tar.gz |
Update python3 state comment.
Diffstat (limited to 'net/py-twisted')
-rw-r--r-- | net/py-twisted/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common index 405160526be..1289a8833db 100644 --- a/net/py-twisted/Makefile.common +++ b/net/py-twisted/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2016/09/18 22:21:26 wiz Exp $ +# $NetBSD: Makefile.common,v 1.33 2016/09/20 14:45:56 wiz Exp $ # # used by net/py-twisted/Makefile # used by net/py-twisted-docs/Makefile @@ -15,4 +15,4 @@ LICENSE= mit DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo PATCHDIR?= ${.CURDIR}/../py-twisted/patches -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # most parts not yet ported as of 14.0.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # most parts not yet ported as of 16.4.1 (PLIST: 2000/2500) |