diff options
Diffstat (limited to 'Manual.md')
-rw-r--r-- | Manual.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Manual.md b/Manual.md index 34c737e6df4..53a2cc8a151 100644 --- a/Manual.md +++ b/Manual.md @@ -1250,7 +1250,7 @@ package accordingly. Additionally, the following functions are available: - *vopt_feature()* `vopt_feature <option> <property>` Same as `vopt_bool`, but uses `-D<property=enabled` and - `-D<property>=disabled` respectively. + `-D<property>=disabled` respectively. The following example shows how to change a source package that uses GNU configure to enable a new build option to support PNG images: @@ -1630,6 +1630,8 @@ In most cases version is inferred from shebang, install path or build style. Only required for some multi-language applications (e.g., the application is written in C while the command is written in Python) or just single Python file ones that live in `/usr/bin`. +If `python_version` is set to `ignore`, python-containing shebangs will not be rewritten. +Use this only if a package should not be using a system version of python. Also, a set of useful variables are defined to use in the templates: |