pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xkeyboard-config



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

Modified Files:
        pkgsrc/x11/xkeyboard-config: Makefile

Log Message:
xkeyboard-config: does not support python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/x11/xkeyboard-config/Makefile

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

Modified files:

Index: pkgsrc/x11/xkeyboard-config/Makefile
diff -u pkgsrc/x11/xkeyboard-config/Makefile:1.49 pkgsrc/x11/xkeyboard-config/Makefile:1.50
--- pkgsrc/x11/xkeyboard-config/Makefile:1.49   Tue Jun 28 11:38:00 2022
+++ pkgsrc/x11/xkeyboard-config/Makefile        Fri Jul  8 15:08:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2022/06/28 11:38:00 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2022/07/08 15:08:02 wiz Exp $
 
 DISTNAME=              xkeyboard-config-2.34
 PKGREVISION=           1
@@ -22,6 +22,8 @@ USE_TOOLS+=           gmake msgfmt perl pkg-confi
 PKGCONFIG_OVERRIDE+=   xkeyboard-config.pc.in
 PYTHON_FOR_BUILD_ONLY= yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 BUILD_DEFS+=           VARBASE
 BUILD_DEFS+=           XKBCOMPDIR
 



Home | Main Index | Thread Index | Old Index