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 /databases/gourmet | |
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 'databases/gourmet')
-rw-r--r-- | databases/gourmet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gourmet/Makefile b/databases/gourmet/Makefile index af436bdec67..30b37cc88c0 100644 --- a/databases/gourmet/Makefile +++ b/databases/gourmet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/05/05 00:47:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.42 2014/05/09 07:36:56 wiz Exp $ DISTNAME= gourmet-0.8.5.14 PKGREVISION= 30 @@ -10,7 +10,7 @@ HOMEPAGE= http://grecipe-manager.sourceforge.net/ COMMENT= Recipe database USE_PKGLOCALEDIR= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-metakit, py-imaging, py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-metakit, py-imaging, py-gtk2 REPLACE_PYTHON+= build_rpms.py REPLACE_PYTHON+= setup.py |