diff options
author | obache <obache@pkgsrc.org> | 2011-06-14 10:51:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-14 10:51:08 +0000 |
commit | a441ce2fd9a53f3b6865686b8058ac857438e7be (patch) | |
tree | b0d5e7635ca0b7a400347341f738f77ebb5a7407 /news | |
parent | 4e93c1525dae13aa1ebf1aff4412ce6c64cb07c8 (diff) | |
download | pkgsrc-a441ce2fd9a53f3b6865686b8058ac857438e7be.tar.gz |
Relax PYTHON_VERSION_ACCEPTED from x11/py-kiwi changes.
Bump PKGREVISION, default acceptable python changed.
Diffstat (limited to 'news')
-rw-r--r-- | news/lottanzb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index 9938ab122cd..a1d66ea43c4 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2011/04/22 13:44:30 obache Exp $ +# $NetBSD: Makefile,v 1.14 2011/06/14 10:51:08 obache Exp $ DISTNAME= lottanzb-0.4.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= news MASTER_SITES= http://www.lottanzb.org/releases/ @@ -18,7 +18,7 @@ PYDISTUTILSPKG= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= intltool msgfmt pkg-config -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools INSTALLATION_DIRS+= ${PYSITELIB} |