pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/exaile



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 28 07:01:53 UTC 2019

Modified Files:
        pkgsrc/audio/exaile: Makefile

Log Message:
exaile: this needs python-2.7.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/audio/exaile/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/exaile/Makefile
diff -u pkgsrc/audio/exaile/Makefile:1.62 pkgsrc/audio/exaile/Makefile:1.63
--- pkgsrc/audio/exaile/Makefile:1.62   Fri Apr 26 13:13:41 2019
+++ pkgsrc/audio/exaile/Makefile        Sun Apr 28 07:01:53 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2019/04/26 13:13:41 maya Exp $
+# $NetBSD: Makefile,v 1.63 2019/04/28 07:01:53 wiz Exp $
 
 DISTNAME=      exaile_0.2.14
 PKGNAME=       ${DISTNAME:S/_/-/1}
@@ -20,7 +20,7 @@ USE_PKGLOCALEDIR=     yes
 USE_TOOLS+=            pkg-config gmake intltool msgfmt
 
 REPLACE_PYTHON=        exaile.py
-PYTHON_VERSIONS_INCOMPATIBLE=   36 # py-sqlite2, py-gtk2, py-gstreamer0.10
+PYTHON_VERSIONS_ACCEPTED=       27 # py-sqlite2, py-gtk2, py-gstreamer0.10
 
 MAKE_ENV+=     PYTHONBIN=${PYTHONBIN}
 MAKE_FLAGS+=   PKGLOCALEDIR=${PKGLOCALEDIR}



Home | Main Index | Thread Index | Old Index