pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/krita



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  2 13:26:40 UTC 2019

Modified Files:
        pkgsrc/graphics/krita: Makefile

Log Message:
Python 2.6 is long gone


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/krita/Makefile

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

Modified files:

Index: pkgsrc/graphics/krita/Makefile
diff -u pkgsrc/graphics/krita/Makefile:1.31 pkgsrc/graphics/krita/Makefile:1.32
--- pkgsrc/graphics/krita/Makefile:1.31 Thu Aug 22 12:23:19 2019
+++ pkgsrc/graphics/krita/Makefile      Mon Sep  2 13:26:40 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2019/08/22 12:23:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2019/09/02 13:26:40 adam Exp $
 
 DISTNAME=              krita-4.1.3
 PKGREVISION=           15
@@ -33,7 +33,7 @@ BUILDLINK_TRANSFORM+=         rm:-Werror=implic
 CONF_FILES+=   ${PREFIX}/share/examples/kde-xdg/kritarc \
                ${PKG_SYSCONFDIR}/xdg/kritarc
 
-PYTHON_VERSIONS_INCOMPATIBLE=  26 27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/application.mk"
 .include "../../graphics/exiv2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index