diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 6110b3907a630ba5f56311a5b07f346b35648583 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /emulators/qemu0 | |
parent | e10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff) | |
download | pkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'emulators/qemu0')
-rw-r--r-- | emulators/qemu0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu0/Makefile b/emulators/qemu0/Makefile index 0d5b68e632a..e28daa031da 100644 --- a/emulators/qemu0/Makefile +++ b/emulators/qemu0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/02/12 23:17:53 tron Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:05 wiz Exp $ DISTNAME= qemu-0.15.1 PKGREVISION= 11 @@ -35,7 +35,7 @@ EGDIR= ${PREFIX}/share/examples/qemu INSTALL_MAKE_FLAGS= egdir=${EGDIR} PKG_SYSCONFSUBDIR= qemu -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.15.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.15.1 # Avoid clash with system include file: pre-patch: |