diff options
author | adam <adam> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam> | 2015-12-05 21:25:27 +0000 |
commit | a0b187c8d9a0c12118e2140458d3e33d71bd7fab (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /audio/eyeD3 | |
parent | c2593a8036a102c98b480cc594e489d424a6e2d7 (diff) | |
download | pkgsrc-a0b187c8d9a0c12118e2140458d3e33d71bd7fab.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'audio/eyeD3')
-rw-r--r-- | audio/eyeD3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/eyeD3/Makefile b/audio/eyeD3/Makefile index b6331cae971..8d8f66e893f 100644 --- a/audio/eyeD3/Makefile +++ b/audio/eyeD3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/01/04 11:43:12 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:28 adam Exp $ DISTNAME= eyeD3-0.7.5 CATEGORIES= audio @@ -11,7 +11,7 @@ COMMENT= Python tool for working with audio files (in particular, mp3) LICENSE= gnu-gpl-v2 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7.5 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.7.5 REPLACE_SH+= bin/eyeD3 SUBST_CLASSES+= python |