diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-01-14 19:34:08 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-01-14 19:34:08 +0100 |
commit | bd2e308f5620ddcadc431feac7f0d5f02cb237fb (patch) | |
tree | 9d786ffd97bc8592c3ca92a5358302f8a391f3c6 | |
parent | tox.ini: whitelist was renamed to allowlist (diff) | |
download | policy-guide-bd2e308f5620ddcadc431feac7f0d5f02cb237fb.tar.gz policy-guide-bd2e308f5620ddcadc431feac7f0d5f02cb237fb.tar.bz2 policy-guide-bd2e308f5620ddcadc431feac7f0d5f02cb237fb.zip |
ebuild-format: D in other phases is reported by pkgcheck
VariableScope: version 1: variable 'D' used in 'src_configure' on line: 23
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | ebuild-format.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-format.rst b/ebuild-format.rst index a381e07..039e897 100644 --- a/ebuild-format.rst +++ b/ebuild-format.rst @@ -134,7 +134,7 @@ D must be used only in src_install and pkg_preinst -------------------------------------------------- :PG: 0107 :Source: QA -:Reported: no +:Reported: by pkgcheck The ``D`` and ``ED`` variables must be used only in the ``src_install`` and ``pkg_preinst`` phase functions. Exceptions to this policy can be |