pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Apr  5 08:04:35 UTC 2024

Modified Files:
        pkgsrc/mail/notmuch: Makefile.common

Log Message:
notmuch: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/notmuch/Makefile.common

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

Modified files:

Index: pkgsrc/mail/notmuch/Makefile.common
diff -u pkgsrc/mail/notmuch/Makefile.common:1.7 pkgsrc/mail/notmuch/Makefile.common:1.8
--- pkgsrc/mail/notmuch/Makefile.common:1.7     Thu Apr  4 04:21:50 2024
+++ pkgsrc/mail/notmuch/Makefile.common Fri Apr  5 08:04:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2024/04/04 04:21:50 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2024/04/05 08:04:35 jperkin Exp $
 #
 # used by mail/notmuch-emacs/Makefile
 # used by mail/py-notmuch2/Makefile
@@ -26,7 +26,7 @@ TEST_TARGET=  check
 USE_CXX_FEATURES+=     c++11
 
 PYTHON_FOR_BUILD_ONLY?=                tool
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 REPLACE_BASH+= emacs/notmuch-emacs-mua
 



Home | Main Index | Thread Index | Old Index