Received: by mail.netbsd.org (Postfix, from userid 605) id 9834684DD7; Thu, 25 Apr 2019 08:09:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E04684DD5 for ; Thu, 25 Apr 2019 08:09:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FadUmz4ApPaN for ; Thu, 25 Apr 2019 08:09:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AB28384D5E for ; Thu, 25 Apr 2019 08:09:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A04EAFB16; Thu, 25 Apr 2019 08:09:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15561797893920" MIME-Version: 1.0 Date: Thu, 25 Apr 2019 08:09:49 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/devel/gyp To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20190425080949.A04EAFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15561797893920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_15561797893920 Content-Disposition: inline Content-Length: 539 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_15561797893920--