Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
Date: Sun, 01 Aug 2021 02:43:32
Message-Id: 1627785796.947a4714250dfb5d614bce6ef3689b655f235234.sam@gentoo
1 commit: 947a4714250dfb5d614bce6ef3689b655f235234
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 02:43:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 02:43:16 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=947a4714
7
8 ebuild-writing/common-mistakes: rewrap paragraph
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 ebuild-writing/common-mistakes/text.xml | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
16 index e46a36c..a179ef7 100644
17 --- a/ebuild-writing/common-mistakes/text.xml
18 +++ b/ebuild-writing/common-mistakes/text.xml
19 @@ -386,9 +386,10 @@ Make sure when you bump a version, the stable KEYWORDS are all marked as
20
21 <p>
22 Sometimes obsolete USE flags remain in IUSE despite having no function, e.g. a
23 -dependency may have become mandatory but the USE flag remains in IUSE and *DEPEND.
24 -Similarly, eclasses often become redundant due to changes in the ebuild, or new EAPIs,
25 -e.g. <c>eutils.eclass</c> should be obsolete in modern EAPIs. Remember to prune these.
26 +dependency may have become mandatory but the USE flag remains in IUSE and
27 +*DEPEND. Similarly, eclasses often become redundant due to changes in the ebuild,
28 +or new EAPIs, e.g. <c>eutils.eclass</c> should be obsolete in modern EAPIs.
29 +Remember to prune these.
30 </p>
31
32 </body>