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 /sysutils/libvirt | |
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 'sysutils/libvirt')
-rw-r--r-- | sysutils/libvirt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index fe6264bcd83..de5d5a07ea3 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/03/07 00:30:11 agc Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/09 07:37:19 wiz Exp $ DISTNAME= libvirt-1.2.2 CATEGORIES= sysutils @@ -17,7 +17,7 @@ USE_LIBTOOL= yes BUILD_DEFS+= VARBASE -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-xml PY_PATCHPLIST= yes REPLACE_PYTHON+= docs/apibuild.py |