aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-08-14 11:53:42 +0200
committerUlrich Müller <ulm@gentoo.org>2021-08-14 11:53:42 +0200
commit719a4484b8c02dd2d69872c08b76a7cd850ffcff (patch)
treed8aa5a1aa5c3e1939307c2b55b0d4d96c46e4845 /ebuild-writing
parentprofiles: mention PMS as the main source of documentation (diff)
downloaddevmanual-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.xml10
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>