pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gyp
Module Name: pkgsrc
Committed By: maya
Date: Thu Apr 25 08:09:49 UTC 2019
Modified Files:
pkgsrc/devel/gyp: tool.mk
Log Message:
gyp needs python 2.7.
- Helps some packages in wip/
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/gyp/tool.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gyp/tool.mk
diff -u pkgsrc/devel/gyp/tool.mk:1.1 pkgsrc/devel/gyp/tool.mk:1.2
--- pkgsrc/devel/gyp/tool.mk:1.1 Thu Aug 21 14:49:43 2014
+++ pkgsrc/devel/gyp/tool.mk Thu Apr 25 08:09:49 2019
@@ -1,8 +1,10 @@
-# $NetBSD: tool.mk,v 1.1 2014/08/21 14:49:43 he Exp $
+# $NetBSD: tool.mk,v 1.2 2019/04/25 08:09:49 maya Exp $
.if !defined(GYP_TOOL_MK)
GYP_TOOL_MK= defined
+PYTHON_VERSIONS_ACCEPTED= 27
+
# Gyp really wants an executable "python"; this does it
.include "../../lang/python/tool.mk"
Home |
Main Index |
Thread Index |
Old Index