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 | 32e3777c0483c942db7d33c0514dde781322fe36 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /devel/cvs2svn | |
parent | dabc97757de5c7e532f1c54535ae41f78f5ff9b4 (diff) | |
download | pkgsrc-32e3777c0483c942db7d33c0514dde781322fe36.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'devel/cvs2svn')
-rw-r--r-- | devel/cvs2svn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile index 2b04fcce55b..92682d61782 100644 --- a/devel/cvs2svn/Makefile +++ b/devel/cvs2svn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2014/01/25 10:45:17 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2014/05/09 07:36:59 wiz Exp $ DISTNAME= cvs2svn-2.3.0 PKGREVISION= 2 @@ -16,7 +16,7 @@ CONFLICTS+= py*-subversion<1.0.1 PYDISTUTILSPKG= yes REPLACE_PYTHON= run-tests.py cvs2svn_rcsparse/run-tests.py \ cvs2svn_rcsparse/parse_rcs_file.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3.0 #USE_TOOLS+= gtar #EXTRACT_USING= gtar |