commit: 9b53e76d502b457efb38e69645ef7f8da5e28190 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Sep 23 13:09:19 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 4 06:56:01 2022 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=9b53e76d
glep-0074: Clarify that DIST entries are specific to PMs Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> glep-0074.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glep-0074.rst b/glep-0074.rst index 7f53302..0a55ad4 100644 --- a/glep-0074.rst +++ b/glep-0074.rst @@ -8,7 +8,7 @@ Type: Standards Track Status: Final Version: 1.3 Created: 2017-10-21 -Last-Modified: 2022-09-21 +Last-Modified: 2022-10-04 Post-History: 2017-10-26, 2017-11-16, 2018-02-08, 2022-09-08, 2022-09-11 Content-Type: text/x-rst Requires: 59, 61 @@ -286,6 +286,9 @@ The Manifest files can specify the following tags: ``DIST`` entries apply to all packages below the Manifest file specifying them. + This entry is specific to package manager use and it is not used + when verifying local directories. + Deprecated Manifest tags ------------------------
