diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-08-14 11:53:42 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-08-14 11:53:42 +0200 |
commit | 719a4484b8c02dd2d69872c08b76a7cd850ffcff (patch) | |
tree | d8aa5a1aa5c3e1939307c2b55b0d4d96c46e4845 /ebuild-writing | |
parent | profiles: mention PMS as the main source of documentation (diff) | |
download | devmanual-719a4484b8c02dd2d69872c08b76a7cd850ffcff.tar.gz devmanual-719a4484b8c02dd2d69872c08b76a7cd850ffcff.tar.bz2 devmanual-719a4484b8c02dd2d69872c08b76a7cd850ffcff.zip |
ebuild-writing/common-mistakes: Rewrap a long line
Fixes: 947a4714250dfb5d614bce6ef3689b655f235234
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r-- | ebuild-writing/common-mistakes/text.xml | 10 |
1 files 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> |