diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-13 23:12:40 +0000 |
commit | 477a56d7a723940fc81f2f2cd078790d89c24e00 (patch) | |
tree | 0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /audio | |
parent | 1b63f7ac4a34c10ac1f238429b7881fb9ef321bf (diff) | |
download | pkgsrc-477a56d7a723940fc81f2f2cd078790d89c24e00.tar.gz |
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-audiotools/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox-gtk3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/py-audiotools/Makefile b/audio/py-audiotools/Makefile index 80aaddd122f..d8bf5a20716 100644 --- a/audio/py-audiotools/Makefile +++ b/audio/py-audiotools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/11/11 15:38:24 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2015/04/13 23:12:40 rodent Exp $ DISTNAME= audiotools-2.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,7 +18,7 @@ REPLACE_PYTHON+= audiotools/*.py REPLACE_PYTHON+= audiotools/py_decoders/*.py REPLACE_PYTHON+= audiotools/py_encoders/*.py -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # not yet ported as of 2.20 or rejected +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.20 or rejected .include "../../audio/lame/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" diff --git a/audio/rhythmbox-gtk3/Makefile b/audio/rhythmbox-gtk3/Makefile index fb67e6d27a6..999276ae10b 100644 --- a/audio/rhythmbox-gtk3/Makefile +++ b/audio/rhythmbox-gtk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/04/06 08:17:21 adam Exp $ +# $NetBSD: Makefile,v 1.24 2015/04/13 23:12:40 rodent Exp $ DISTNAME= rhythmbox-3.0.1 PKGREVISION= 5 @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --disable-browser-plugin CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ARGS+= --disable-fm-radio -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 # option? .include "../../net/grilo/buildlink3.mk" |