pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/salt-docs



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 10 07:53:55 UTC 2024

Modified Files:
        pkgsrc/sysutils/salt-docs: Makefile

Log Message:
salt-docs: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/salt-docs/Makefile

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

Modified files:

Index: pkgsrc/sysutils/salt-docs/Makefile
diff -u pkgsrc/sysutils/salt-docs/Makefile:1.35 pkgsrc/sysutils/salt-docs/Makefile:1.36
--- pkgsrc/sysutils/salt-docs/Makefile:1.35     Mon Jan 22 16:35:25 2024
+++ pkgsrc/sysutils/salt-docs/Makefile  Sat Aug 10 07:53:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2024/01/22 16:35:25 adam Exp $
+# $NetBSD: Makefile,v 1.36 2024/08/10 07:53:55 adam Exp $
 
 .include "../../sysutils/salt/Makefile.common"
 
@@ -26,7 +26,7 @@ PLIST_SRC=    ${WRKDIR}/.PLIST_SRC
 
 INSTALLATION_DIRS=     ${HTMLDIR}
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 312
 
 # Contains hardcoded paths that may refer to paths used during the build, for
 # example /opt/tools on SmartOS.



Home | Main Index | Thread Index | Old Index