Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: eclass-writing/
Date: Tue, 30 Mar 2021 06:55:54
Message-Id: 1617087204.3c482d5378acaa5e98d6b29f7b340527aa9daff7.ulm@gentoo
1 commit: 3c482d5378acaa5e98d6b29f7b340527aa9daff7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 22 06:22:04 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 06:53:24 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3c482d53
7
8 eclass-writing: adjust example 'inherit' slightly
9
10 We don't usually write 'inherit fnord.eclass' but 'inherit fnord'.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 eclass-writing/text.xml | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
19 index 288008d..1483847 100644
20 --- a/eclass-writing/text.xml
21 +++ b/eclass-writing/text.xml
22 @@ -698,7 +698,7 @@ Then an ebuild could do this:
23 </p>
24
25 <codesample lang="ebuild">
26 -inherit fnord.eclass
27 +inherit fnord
28
29 src_compile() {
30 do_pre_stuff || die