summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2009-01-23 18:02:32 +0000
committerjoerg <joerg>2009-01-23 18:02:32 +0000
commitbefbdf608bb77c2366a30ea17e8db00e85856fbf (patch)
tree74cf662959d703e17aafbe93f318b5b2f79d6489 /lang
parentc194bfbe01580b65e0267e5cbe9d41de5aa64132 (diff)
downloadpkgsrc-befbdf608bb77c2366a30ea17e8db00e85856fbf.tar.gz
Remove comment that doesn't reflect the consensus on how to mark support
Python versions.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/pyversion.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 594562ca6eb..c2b7d9858dc 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.61 2008/11/29 19:30:33 snj Exp $
+# $NetBSD: pyversion.mk,v 1.62 2009/01/23 18:02:32 joerg Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -16,10 +16,7 @@
# PYTHON_VERSIONS_ACCEPTED
# The Python versions that are acceptable for the package. The
# order of the entries matters, since earlier entries are
-# preferred over later ones. If the package doesn't work with
-# older Python versions but only with newer ones, please use
-# PYTHON_VERSIONS_INCOMPATIBLE instead, since it will
-# automatically include future versions.
+# preferred over later ones.
#
# Possible values: 25 24 23 21
# Default: 25 24 23