diff options
author | wiz <wiz> | 2017-01-01 14:43:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-01-01 14:43:22 +0000 |
commit | e6bb11fe76ee3070a3d5660c9d0557e3c7de0237 (patch) | |
tree | e76899e3fd3b6a6a58bb4e74444c8b3242764f99 /news | |
parent | c9c2a15216dcfe339449f2359e90583d89937f9f (diff) | |
download | pkgsrc-e6bb11fe76ee3070a3d5660c9d0557e3c7de0237.tar.gz |
Add python-3.6 to incompatible versions.
Diffstat (limited to 'news')
-rw-r--r-- | news/hellanzb/Makefile | 4 | ||||
-rw-r--r-- | news/lottanzb/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index 7ef59c64445..01bdfd4922d 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/07/09 13:04:02 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/01/01 14:43:53 wiz Exp $ # .include "../../news/hellanzb/Makefile.version" @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= par2>=0.4:../../archivers/par2 DEPENDS+= unrar>=3.5.4:../../archivers/unrar -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted USE_LANGUAGES= #none diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index e98f7138ab2..0281c7abf7e 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/07/09 13:04:02 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:53 wiz Exp $ DISTNAME= lottanzb-0.4.1 PKGREVISION= 1 @@ -18,7 +18,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= intltool msgfmt REPLACE_PYTHON= lottanzb/postprocessor.py -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 via py-kiwi +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 via py-kiwi SUBST_CLASSES+= localedir SUBST_STAGE.localedir= pre-configure |