From 3f5ae050440de3c46d762cc33247a3e96e53cbba Mon Sep 17 00:00:00 2001 From: snj Date: Sat, 21 Mar 2009 06:24:48 +0000 Subject: Remove traces of python21. --- lang/python/pyversion.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang') diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk index 08ee1aa67c8..61519ef3739 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: pyversion.mk,v 1.66 2009/03/08 17:05:10 joerg Exp $ +# $NetBSD: pyversion.mk,v 1.67 2009/03/21 06:24:48 snj Exp $ # This file determines which Python version is used as a dependency for # a package. @@ -8,7 +8,7 @@ # PYTHON_VERSION_DEFAULT # The preferred Python version to use. # -# Possible values: 21 23 24 25 +# Possible values: 23 24 25 # Default: 25 # # === Package-settable variables === @@ -18,13 +18,13 @@ # order of the entries matters, since earlier entries are # preferred over later ones. # -# Possible values: 25 24 23 21 +# Possible values: 25 24 23 # Default: 25 24 23 # # PYTHON_VERSIONS_INCOMPATIBLE # The Python versions that are NOT acceptable for the package. # -# Possible values: 21 23 24 25 +# Possible values: 23 24 25 # Default: (depends on the platform) # # PYTHON_FOR_BUILD_ONLY -- cgit v1.2.3