summaryrefslogtreecommitdiff
path: root/devel/bzr
diff options
context:
space:
mode:
authorjakllsch <jakllsch>2011-11-02 19:31:13 +0000
committerjakllsch <jakllsch>2011-11-02 19:31:13 +0000
commitf7fae539f99f79b3fd8350298df9d4b250948afe (patch)
treee45e8e1d3b223910920960f4fce9c91e5979e8b3 /devel/bzr
parentd44b13eed13ee194c25c7fb969d2221c909f7aec (diff)
downloadpkgsrc-f7fae539f99f79b3fd8350298df9d4b250948afe.tar.gz
bzr is not runtime compatible with Python 2.7 (and almost certainly not compatible with Python 3). Mark as such.
Diffstat (limited to 'devel/bzr')
-rw-r--r--devel/bzr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile
index f72bd6a65ad..aaccfaa2c88 100644
--- a/devel/bzr/Makefile
+++ b/devel/bzr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2010/12/06 13:57:28 gdt Exp $
+# $NetBSD: Makefile,v 1.52 2011/11/02 19:31:13 jakllsch Exp $
DISTNAME= bzr-${VER}
CATEGORIES= devel scm
@@ -19,6 +19,7 @@ USE_TOOLS+= gmake
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 27 31
PYTHON_PATCH_SCRIPTS= bzr bzrlib/weave.py