pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Jul 10 05:24:33 UTC 2021

Modified Files:
        pkgsrc/lang/python: pyversion.mk

Log Message:
pyversion.mk: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/lang/python/pyversion.mk

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

Modified files:

Index: pkgsrc/lang/python/pyversion.mk
diff -u pkgsrc/lang/python/pyversion.mk:1.135 pkgsrc/lang/python/pyversion.mk:1.136
--- pkgsrc/lang/python/pyversion.mk:1.135       Fri Apr 23 19:20:08 2021
+++ pkgsrc/lang/python/pyversion.mk     Sat Jul 10 05:24:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.135 2021/04/23 19:20:08 nia Exp $
+# $NetBSD: pyversion.mk,v 1.136 2021/07/10 05:24:33 gutteridge Exp $
 
 # This file determines which Python version is used as a dependency for
 # a package.
@@ -100,7 +100,7 @@ _PYTHON_VERSIONS_ACCEPTED+= ${pv}
 # choose a python version where to add,
 # try to be intelligent
 #
-# if a version is explicitely required, take it
+# if a version is explicitly required, take it
 .if defined(PYTHON_VERSION_REQD)
 # but check if it is acceptable first, error out otherwise
 .  if defined(_PYTHON_VERSION_${PYTHON_VERSION_REQD}_OK)



Home | Main Index | Thread Index | Old Index