diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-12 23:23:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-12 23:23:46 +0000 |
commit | e17ebf6cb337c79763c3261c59cddb4b0eb52481 (patch) | |
tree | 6fe4a242e8c1892d0f48fedcb40dff275f7743b9 /emulators | |
parent | 62f1612e185a6fe48beb8b0563153d52e6f4fdf7 (diff) | |
download | pkgsrc-e17ebf6cb337c79763c3261c59cddb4b0eb52481.tar.gz |
Mark as not ready for python-3.x.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/unicorn/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile index 21a3482db58..84a409801cb 100644 --- a/emulators/unicorn/Makefile +++ b/emulators/unicorn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/12/12 01:26:39 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/12 23:23:46 wiz Exp $ DISTNAME= unicorn-0.9 CATEGORIES= emulators @@ -11,6 +11,8 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake pkg-config +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 0.9 + .include "../../lang/python/application.mk" MAKE_ENV+= UNICORN_QEMU_FLAGS=--python=${PYTHONBIN:Q} |