Document USES=python:patch.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2018-01-25 16:21:48 +00:00
parent 01a4574e3f
commit 57f4a59962
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51396

View file

@ -2471,6 +2471,7 @@ USE_PYQT= core doc_build designer_run</programlisting>
<literal><replaceable>X.Y+</replaceable></literal>, <literal><replaceable>X.Y+</replaceable></literal>,
<literal><replaceable>-X.Y</replaceable></literal>, <literal><replaceable>-X.Y</replaceable></literal>,
<literal><replaceable>X.Y-Z.A</replaceable></literal>, <literal><replaceable>X.Y-Z.A</replaceable></literal>,
<literal>patch</literal>,
<literal>build</literal>, <literal>run</literal>, <literal>build</literal>, <literal>run</literal>,
<literal>test</literal></para> <literal>test</literal></para>
@ -2478,7 +2479,9 @@ USE_PYQT= core doc_build designer_run</programlisting>
or version range can be specified. If Python is only needed at or version range can be specified. If Python is only needed at
build time, run time or for the tests, it can be set as a build, build time, run time or for the tests, it can be set as a build,
run or test dependency with <literal>build</literal>, run or test dependency with <literal>build</literal>,
<literal>run</literal>, or <literal>test</literal>. See <literal>run</literal>, or <literal>test</literal>. If Python
is also needed during the patch phase, use
<literal>patch</literal>. See
<xref linkend="using-python"/> for more information.</para> <xref linkend="using-python"/> for more information.</para>
<para><literal>PYTHON_NO_DEPENDS=yes</literal> can be used when <para><literal>PYTHON_NO_DEPENDS=yes</literal> can be used when