pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/caribou



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 28 12:20:54 UTC 2022

Modified Files:
        pkgsrc/x11/caribou: Makefile

Log Message:
caribou: restrict to python 3.x

(reduce py27-gobject3 users)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/caribou/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/caribou/Makefile
diff -u pkgsrc/x11/caribou/Makefile:1.14 pkgsrc/x11/caribou/Makefile:1.15
--- pkgsrc/x11/caribou/Makefile:1.14    Wed Dec  8 16:07:02 2021
+++ pkgsrc/x11/caribou/Makefile Fri Jan 28 12:20:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/12/08 16:07:02 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/28 12:20:54 wiz Exp $
 
 DISTNAME=      caribou-0.4.21
 PKGREVISION=   12
@@ -19,6 +19,8 @@ USE_TOOLS+=           pkg-config intltool gmake x
 
 PY_PATCHPLIST= yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 CONF_FILES=    ${PREFIX}/share/examples/caribou/autostart/caribou-autostart.desktop \
                ${PKG_SYSCONFDIR}/xdg/autostart/caribou-autostart.desktop
 



Home | Main Index | Thread Index | Old Index