commit: 719a4484b8c02dd2d69872c08b76a7cd850ffcff Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 14 09:53:42 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Aug 14 09:53:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=719a4484
ebuild-writing/common-mistakes: Rewrap a long line Fixes: 947a4714250dfb5d614bce6ef3689b655f235234 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/common-mistakes/text.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index a179ef7..cd37eb8 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -385,11 +385,11 @@ Make sure when you bump a version, the stable KEYWORDS are all marked as <body> <p> -Sometimes obsolete USE flags remain in IUSE despite having no function, e.g. a -dependency may have become mandatory but the USE flag remains in IUSE and -*DEPEND. Similarly, eclasses often become redundant due to changes in the ebuild, -or new EAPIs, e.g. <c>eutils.eclass</c> should be obsolete in modern EAPIs. -Remember to prune these. +Sometimes obsolete USE flags remain in IUSE despite having no function, e.g. +a dependency may have become mandatory but the USE flag remains in IUSE and +*DEPEND. Similarly, eclasses often become redundant due to changes in the +ebuild, or new EAPIs, e.g. <c>eutils.eclass</c> should be obsolete in modern +EAPIs. Remember to prune these. </p> </body>
