Wed Dec 16 07:43:13 2020 UTC ()
PYTHON_VERSIONS_ACCEPTED is not common anymore


(adam)
diff -r1.40 -r1.41 pkgsrc/lang/nodejs/Makefile.common

cvs diff -r1.40 -r1.41 pkgsrc/lang/nodejs/Makefile.common (expand / switch to context diff)
--- pkgsrc/lang/nodejs/Makefile.common 2020/12/16 07:24:06 1.40
+++ pkgsrc/lang/nodejs/Makefile.common 2020/12/16 07:43:13 1.41
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2020/12/16 07:24:06 adam Exp $
+# $NetBSD: Makefile.common,v 1.41 2020/12/16 07:43:13 adam Exp $
 # used by lang/nodejs/Makefile
 # used by lang/nodejs8/Makefile
 # used by lang/nodejs10/Makefile
@@ -17,12 +17,6 @@
 USE_TOOLS+=	bash gmake pkg-config
 
 PYTHON_FOR_BUILD_ONLY=		yes
-
-#
-# Do not remove this unless you are absolutely certain that every python script
-# in every nodejs that we support is python3 ready.
-#
-#PYTHON_VERSIONS_ACCEPTED=	27
 
 GCC_REQD+=		4.9.4