pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/gnome-doc-utils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  8 15:06:08 UTC 2022

Modified Files:
        pkgsrc/textproc/gnome-doc-utils: Makefile

Log Message:
gnome-doc-utils: does not support python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/textproc/gnome-doc-utils/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/gnome-doc-utils/Makefile
diff -u pkgsrc/textproc/gnome-doc-utils/Makefile:1.81 pkgsrc/textproc/gnome-doc-utils/Makefile:1.82
--- pkgsrc/textproc/gnome-doc-utils/Makefile:1.81       Thu Jun 30 11:18:53 2022
+++ pkgsrc/textproc/gnome-doc-utils/Makefile    Fri Jul  8 15:06:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2022/06/30 11:18:53 nia Exp $
+# $NetBSD: Makefile,v 1.82 2022/07/08 15:06:08 wiz Exp $
 
 DISTNAME=      gnome-doc-utils-0.20.10
 PKGREVISION=   12
@@ -22,6 +22,8 @@ TEST_TARGET=          check
 USE_PKGLOCALEDIR=      YES
 REPLACE_BASH=          tools/gnome-doc-tool.in
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 CONFIGURE_ARGS+=       PYTHON=${PYTHONBIN:Q}
 
 PKGCONFIG_OVERRIDE=    tools/gnome-doc-utils.pc.in



Home | Main Index | Thread Index | Old Index