pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/salt



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Nov 13 11:34:22 UTC 2024

Modified Files:
        pkgsrc/sysutils/salt: Makefile

Log Message:
salt: Spell PYTHON_VERSIONS_ACCEPTED correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/sysutils/salt/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/Makefile
diff -u pkgsrc/sysutils/salt/Makefile:1.85 pkgsrc/sysutils/salt/Makefile:1.86
--- pkgsrc/sysutils/salt/Makefile:1.85  Wed Nov 13 11:31:26 2024
+++ pkgsrc/sysutils/salt/Makefile       Wed Nov 13 11:34:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2024/11/13 11:31:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.86 2024/11/13 11:34:22 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -20,7 +20,7 @@ DEPENDS+=     ${PYPKGPREFIX}-zmq>=20.0.0:../
 
 USE_PKG_RESOURCES=     yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310
+PYTHON_VERSIONS_ACCEPTED=      310
 
 BUILD_DEFS+=   VARBASE
 



Home | Main Index | Thread Index | Old Index