Fix a case where allflavors was forgotten.
Sponsored by: Absolight
This commit is contained in:
parent
ec88ea0582
commit
d8c5f4c2d1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51249
1 changed files with 6 additions and 1 deletions
|
@ -275,13 +275,18 @@ USE_PYTHON= distutils allflavors</programlisting>
|
|||
<programlisting>USES= python:-3.5
|
||||
USE_PYTHON= distutils</programlisting>
|
||||
|
||||
<para>Will get this flavor: <literal>py27</literal>.</para>
|
||||
|
||||
<programlisting>USES= python:-3.5
|
||||
USE_PYTHON= distutils allflavors</programlisting>
|
||||
|
||||
<para>Will get these flavors: <literal>py27</literal>,
|
||||
<literal>py34</literal>, and <literal>py35</literal>.</para>
|
||||
|
||||
<programlisting>USES= python:3.4+
|
||||
USE_PYTHON= distutils</programlisting>
|
||||
|
||||
<para>Will get these flavors: <literal>py36</literal>.</para>
|
||||
<para>Will get this flavor: <literal>py36</literal>.</para>
|
||||
|
||||
<programlisting>USES= python:3.4+
|
||||
USE_PYTHON= distutils allflavors</programlisting>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue