pkgsrc-Changes archive

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

CVS commit: pkgsrc/inputmethod/mozc-server



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Feb 15 16:35:08 UTC 2021

Modified Files:
        pkgsrc/inputmethod/mozc-server: Makefile.common

Log Message:
mozc-server: Use += for PYTHON_VERSIONS_INCOMPATIBLE

Pointed by joerg@. Thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/inputmethod/mozc-server/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/mozc-server/Makefile.common
diff -u pkgsrc/inputmethod/mozc-server/Makefile.common:1.31 pkgsrc/inputmethod/mozc-server/Makefile.common:1.32
--- pkgsrc/inputmethod/mozc-server/Makefile.common:1.31 Mon Feb 15 15:46:54 2021
+++ pkgsrc/inputmethod/mozc-server/Makefile.common      Mon Feb 15 16:35:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2021/02/15 15:46:54 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.32 2021/02/15 16:35:08 ryoon Exp $
 # used by inputmethod/ibus-mozc/Makefile
 # used by inputmethod/mozc-elisp/Makefile
 # used by inputmethod/mozc-server/Makefile
@@ -28,7 +28,7 @@ WRKSRC=               ${WRKDIR}/${DISTNAME}/src
 DISTINFO_FILE= ${.CURDIR}/../../inputmethod/mozc-server/distinfo
 PATCHDIR=      ${.CURDIR}/../../inputmethod/mozc-server/patches
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-gyp>=0.1pre20200512.caa60026e223fc501e8b337fd5086ece4028b1c6:../../devel/gyp
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six



Home | Main Index | Thread Index | Old Index