pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/gtk-doc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Sep  5 13:22:31 UTC 2018

Modified Files:
        pkgsrc/textproc/gtk-doc: Makefile

Log Message:
gtk-doc: No longer supports python27.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/textproc/gtk-doc/Makefile

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

Modified files:

Index: pkgsrc/textproc/gtk-doc/Makefile
diff -u pkgsrc/textproc/gtk-doc/Makefile:1.73 pkgsrc/textproc/gtk-doc/Makefile:1.74
--- pkgsrc/textproc/gtk-doc/Makefile:1.73       Tue Sep  4 13:02:07 2018
+++ pkgsrc/textproc/gtk-doc/Makefile    Wed Sep  5 13:22:31 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2018/09/04 13:02:07 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2018/09/05 13:22:31 jperkin Exp $
 
 DISTNAME=      gtk-doc-1.29
 CATEGORIES=    textproc gnome
@@ -31,6 +31,8 @@ SUBST_FILES.fix-pc+=  gtkdoc-depscan.in
 SUBST_FILES.fix-pc+=   gtkdoc/config.py.in
 SUBST_SED.fix-pc=      -e 's,@PKG_CONFIG@,pkg-config,g'
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # 5 tests fail in 1.29 because of missing file 'sanity.sh'
 # https://gitlab.gnome.org/GNOME/gtk-doc/issues/55
 TEST_TARGET=   check



Home | Main Index | Thread Index | Old Index