diff options
author | wiz <wiz@pkgsrc.org> | 2010-11-08 01:04:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-11-08 01:04:41 +0000 |
commit | 74932b9bf80f7b8cca506d70b0e480bf922dacaf (patch) | |
tree | 4966e4d21a8e8020fb3fb8796b8c6f0a4f288be4 /audio | |
parent | 8cd7b6ae6b0c2f2c5c2d74d182fb45887595dcb4 (diff) | |
download | pkgsrc-74932b9bf80f7b8cca506d70b0e480bf922dacaf.tar.gz |
Remove 24 from accepted python versions, because the py-gobject dependency
does not support it. Part 1 of PR 44062 by Aleksey Cheusov.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sonata/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index 783fb84cb1f..361c8778e1c 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2010/09/14 11:01:25 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2010/11/08 01:04:41 wiz Exp $ # DISTNAME= sonata-1.6.2 @@ -13,7 +13,7 @@ COMMENT= Elegant GTK2 client for the Music Player Daemon PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes USE_TOOLS+= pkg-config msgfmt |