summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2009-01-23 18:02:32 +0000
committerjoerg <joerg>2009-01-23 18:02:32 +0000
commit4110abb7914d996a29cc70debdbf0e6e37452b3e (patch)
tree74cf662959d703e17aafbe93f318b5b2f79d6489
parent63d4100344a95ae913ebc0f33738be258ae8f080 (diff)
downloadpkgsrc-4110abb7914d996a29cc70debdbf0e6e37452b3e.tar.gz
Remove comment that doesn't reflect the consensus on how to mark support
Python versions.
-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