Received: by mail.netbsd.org (Postfix, from userid 605) id 9C35084D15; Tue, 16 May 2023 18:51:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBF2A84D00 for ; Tue, 16 May 2023 18:51:11 +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 RaWTrI9Y8LdR for ; Tue, 16 May 2023 18:51:11 +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 5F0FC84CDC for ; Tue, 16 May 2023 18:51:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52DC6FA87; Tue, 16 May 2023 18:51:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168426307188800" MIME-Version: 1.0 Date: Tue, 16 May 2023 18:51:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/emulators/py-unicorn To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230516185111.52DC6FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168426307188800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 16 18:51:11 UTC 2023 Modified Files: pkgsrc/emulators/py-unicorn: Makefile Log Message: py-unicorn: mark as not for Python 2 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/py-unicorn/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168426307188800 Content-Disposition: inline Content-Length: 511 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/py-unicorn/Makefile diff -u pkgsrc/emulators/py-unicorn/Makefile:1.5 pkgsrc/emulators/py-unicorn/Makefile:1.6 --- pkgsrc/emulators/py-unicorn/Makefile:1.5 Thu May 11 06:47:11 2023 +++ pkgsrc/emulators/py-unicorn/Makefile Tue May 16 18:51:11 2023 @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2023/05/11 06:47:11 adam Exp $ +# $NetBSD: Makefile,v 1.6 2023/05/16 18:51:11 wiz Exp $ + +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../emulators/unicorn/Makefile.common" --_----------=_168426307188800--