Received: by mail.netbsd.org (Postfix, from userid 605) id 70E7F84D58; Thu, 31 Aug 2017 05:00:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 03D7284D4B for ; Thu, 31 Aug 2017 05:00:17 +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 Z-qgfDjikZGP for ; Thu, 31 Aug 2017 05:00:16 +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 8DB5784CE0 for ; Thu, 31 Aug 2017 05:00:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 844F9FA97; Thu, 31 Aug 2017 05:00:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504155616263770" MIME-Version: 1.0 Date: Thu, 31 Aug 2017 05:00:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-meson To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170831050016.844F9FA97@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. --_----------=_1504155616263770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 31 05:00:16 UTC 2017 Modified Files: pkgsrc/devel/py-meson: build.mk Log Message: Meson is python-3.x only, mark it in build.mk as well. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-meson/build.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504155616263770 Content-Disposition: inline Content-Length: 668 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-meson/build.mk diff -u pkgsrc/devel/py-meson/build.mk:1.1 pkgsrc/devel/py-meson/build.mk:1.2 --- pkgsrc/devel/py-meson/build.mk:1.1 Mon Aug 14 21:14:10 2017 +++ pkgsrc/devel/py-meson/build.mk Thu Aug 31 05:00:16 2017 @@ -1,4 +1,4 @@ -# $NetBSD: build.mk,v 1.1 2017/08/14 21:14:10 wiz Exp $ +# $NetBSD: build.mk,v 1.2 2017/08/31 05:00:16 wiz Exp $ BUILD_DEPENDS+= ${PYPKGPREFIX}-meson-[0-9]*:../../devel/py-meson @@ -16,4 +16,6 @@ do-install: meson-install meson-install: cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} ninja -C output install +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/application.mk" --_----------=_1504155616263770--