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/qemu/Makefile | |
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/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index a9a1b1f16d3..c1270787928 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.126 2014/05/05 00:47:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.127 2014/05/09 07:37:04 wiz Exp $ DISTNAME= qemu-2.0.0 PKGREVISION= 1 @@ -46,7 +46,7 @@ PKG_SYSCONFSUBDIR= qemu REPLACE_PERL+= scripts/texi2pod.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported yet as of 1.7.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported yet as of 1.7.0 BUILDLINK_PASSTHRU_DIRS+= /usr/lib BUILDLINK_PASSTHRU_RPATHDIRS+= /usr/lib |