From 32e3777c0483c942db7d33c0514dde781322fe36 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 9 May 2014 07:36:53 +0000 Subject: Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise. --- inputmethod/mozc-server/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inputmethod/mozc-server') diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common index 7ef91734d4e..3eb70769c89 100644 --- a/inputmethod/mozc-server/Makefile.common +++ b/inputmethod/mozc-server/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2014/03/27 19:28:33 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.9 2014/05/09 07:37:09 wiz Exp $ # used by inputmethod/ibus-mozc/Makefile # used by inputmethod/mozc-elisp/Makefile # used by inputmethod/mozc-server/Makefile @@ -22,7 +22,7 @@ PATCHDIR= ${.CURDIR}/../../inputmethod/mozc-server/patches BUILD_DEPENDS+= ${PYPKGPREFIX}-gyp-[0-9]*:../../devel/gyp -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gyp +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gyp USE_LANGUAGES= c c++ # nullptr requires -std=c++11, and -std=c++11 requires gcc 4.7 or later -- cgit v1.2.3