diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-04 07:05:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-04 07:05:53 +0000 |
commit | bcd14fa3d053ab2e61920ff4aba55f7edf5824ce (patch) | |
tree | 72733f67353cd21ce23274fee05f1a3de1d665cf /devel/bzrtools | |
parent | 5afe48ffbe8090d90a054a69804d6e5ed31537a0 (diff) | |
download | pkgsrc-bcd14fa3d053ab2e61920ff4aba55f7edf5824ce.tar.gz |
Remove unnecessary python restriction (to all supported versions).
Diffstat (limited to 'devel/bzrtools')
-rw-r--r-- | devel/bzrtools/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/bzrtools/Makefile b/devel/bzrtools/Makefile index 5e5d46b9f2d..ddb4dbc96dc 100644 --- a/devel/bzrtools/Makefile +++ b/devel/bzrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/04/08 21:28:17 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/04 07:05:54 wiz Exp $ PKGNAME= bzrtools-${VER} DISTNAME= bzrtools-${VER:R} @@ -12,9 +12,6 @@ COMMENT= Collection of plugins for Bazaar LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -# Only these python versions are supported, see: -# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html -PYTHON_VERSIONS_ACCEPTED= 27 26 PYTHON_PATCH_SCRIPTS= check-release.py test.py |