diff options
author | wiz <wiz> | 2015-04-14 11:21:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-04-14 11:21:05 +0000 |
commit | 83f0735f76601385be2e3a0d86ae4156680b9647 (patch) | |
tree | 575d892192577fa2e87ea852876a86a20f5faef2 | |
parent | 51408131034ca5053f1473e31278e341e05af77a (diff) | |
download | pkgsrc-83f0735f76601385be2e3a0d86ae4156680b9647.tar.gz |
Update example after python-2.6 removal.
-rw-r--r-- | doc/guide/files/creating.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/creating.xml b/doc/guide/files/creating.xml index a4b8df07806..6533cd0bf1a 100644 --- a/doc/guide/files/creating.xml +++ b/doc/guide/files/creating.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: creating.xml,v 1.18 2014/05/09 07:04:16 obache Exp $ --> +<!-- $NetBSD: creating.xml,v 1.19 2015/04/14 11:21:05 wiz Exp $ --> <chapter id="creating"> <title>Creating a new pkgsrc package from scratch</title> @@ -141,7 +141,7 @@ If some Python versions are not supported by the software, set the <varname>PYTHON_VERSIONS_INCOMPATIBLE</varname> variable to the Python versions that are not supported, e.g. <programlisting> -PYTHON_VERSIONS_INCOMPATIBLE= 26 +PYTHON_VERSIONS_INCOMPATIBLE= 27 </programlisting></para> <para> |