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 /security/lasso | |
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 'security/lasso')
-rw-r--r-- | security/lasso/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/lasso/Makefile.common b/security/lasso/Makefile.common index 54d02b2f9d3..a5f8ce033e1 100644 --- a/security/lasso/Makefile.common +++ b/security/lasso/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2014/01/20 16:40:26 wiz Exp $ +# $NetBSD: Makefile.common,v 1.9 2014/05/09 07:37:17 wiz Exp $ # # used by security/lasso/Makefile # used by security/py-lasso/Makefile @@ -23,7 +23,7 @@ USE_TOOLS+= pkg-config perl PKGCONFIG_OVERRIDE+= lasso.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.3.6 .include "../../lang/python/application.mk" |