summaryrefslogtreecommitdiff
path: root/doc/guide/files/creating.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guide/files/creating.xml')
-rw-r--r--doc/guide/files/creating.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/creating.xml b/doc/guide/files/creating.xml
index c887f590297..370936667ad 100644
--- a/doc/guide/files/creating.xml
+++ b/doc/guide/files/creating.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.11 2012/08/14 11:32:21 wiz Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.12 2012/10/03 22:14:01 wiz Exp $ -->
<chapter id="creating">
<title>Creating a new pkgsrc package from scratch</title>
@@ -152,7 +152,7 @@ If the default Python versions are not supported by the software, set the
the software is known to work with, from the most recent to the older
one, e.g.
<programlisting>
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 31 27 26
</programlisting></para>
<para>