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 /finance/gnucash | |
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 'finance/gnucash')
-rw-r--r-- | finance/gnucash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index b3c4c9530b9..e8995541f4d 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.202 2014/05/05 00:47:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.203 2014/05/09 07:37:05 wiz Exp $ DISTNAME= gnucash-2.6.3 PKGREVISION= 4 @@ -34,7 +34,7 @@ REPLACE_PERL+= packaging/win32/exetype.pl REPLACE_PERL+= src/backend/xml/test/grab-types.pl REPLACE_PERL+= src/quotes/Quote_example.pl -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.6.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.6.1 REPLACE_PYTHON+= src/python/pycons/*.py src/python/pycons/pycons PY_PATCHPLIST= yes |