commit: bd11b6fbeaeb84ce87177e0524b712a61e5a08de Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 17 03:35:56 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Sep 17 09:09:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bd11b6fb
ebuild-writing/common-mistakes: fix formatting of DESCRIPTION/HOMEPAGE note Reported-by: Ulrich Müller <ulm <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/common-mistakes/text.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index cd37eb8..e0cdd12 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -416,7 +416,9 @@ SLOT="0" <p> Make sure the <c>DESCRIPTION</c> is not overly long. Good descriptions will describe the main function of the package in a sentence. +</p> +<p> Please check if the <c>HOMEPAGE</c> variable is right and leads users to the right page if they want to find out more about the package. If no homepage for the package is available, set the <c>HOMEPAGE</c> variable to
