commit: 1ab1fefd268081d28fe137ab50732634935b79c0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 04:22:54 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 16:00:52 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1ab1fefd
ebuild-writing/file-format: mention pkgdev Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/file-format/text.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml index 8a8271e..65adca6 100644 --- a/ebuild-writing/file-format/text.xml +++ b/ebuild-writing/file-format/text.xml @@ -205,9 +205,9 @@ indenting, never inside strings. </p> <p> -Avoid trailing whitespace: <c>repoman</c> will warn you about this if your -ebuild contains trailing or leading whitespace (whitespace instead of -tabs for indentation) when you commit. +Avoid trailing whitespace: <c>repoman</c> or <c>pkgcheck</c> will warn you about +this if your ebuild contains trailing or leading whitespace (whitespace instead +of tabs for indentation) when you commit. </p> <p>
