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: ebuild-writing/eapi/
Date: Sat, 09 May 2020 10:41:18
Message-Id: 1589020834.95f2a74b60ec0057e99e8f3ff8e8271af63f1ff7.ulm@gentoo
1 commit: 95f2a74b60ec0057e99e8f3ff8e8271af63f1ff7
2 Author: Jaak Ristioja <jaak <AT> ristioja <DOT> ee>
3 AuthorDate: Sat May 9 09:43:35 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 10:40:34 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=95f2a74b
7
8 ebuild-writing/eapi: Fixed some typos
9
10 Signed-off-by: Jaak Ristioja <jaak <AT> ristioja.ee>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 ebuild-writing/eapi/text.xml | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
17 index f51a458..9541c02 100644
18 --- a/ebuild-writing/eapi/text.xml
19 +++ b/ebuild-writing/eapi/text.xml
20 @@ -446,7 +446,7 @@ installation targets.
21 </dd>
22 <dt><c>CTARGET</c></dt>
23 <dd>
24 - Used in certain cross-compliations, often empty value.
25 + Used in certain cross-compilations, often empty value.
26 </dd>
27 </dl>
28
29 @@ -473,14 +473,14 @@ installation targets.
30 <dd>
31 These variables no longer contain a trailing slash with <c>EAPI=7</c>.
32 </dd>
33 - <dt><c>BDEPEND</c> addded</dt>
34 + <dt><c>BDEPEND</c> added</dt>
35 <dd>
36 Previously, all build-time tools and libraries went into the <c>DEPEND</c>.
37 Now, built-time dependencies are split into <c>DEPEND</c> and
38 <c>BDEPEND</c>. The difference is simply that <c>BDEPEND</c> are
39 dependencies to be executed on the CBUILD. <c>DEPEND</c> remains for other
40 dependencies, such as libraries, for the CHOST. This improves the
41 - cross-compliation support.
42 + cross-compilation support.
43 </dd>
44 <dt><c>BROOT</c> added</dt>
45 <dd>
46 @@ -562,7 +562,7 @@ installation targets.
47 <li><c>-b</c> will check CBUILD build-time dependencies (BDEPEND)</li>
48 </ul>
49 </dd>
50 - <dt>Version manipulation and comparision commands</dt>
51 + <dt>Version manipulation and comparison commands</dt>
52 <dd>
53 <p>
54 EAPI=7 introduced three commands for common version number operations.
55 @@ -612,7 +612,7 @@ installation targets.
56 to specify <c>CBUILD</c> and <c>CTARGET</c> respectively have been added
57 and are retro-active to all EAPIs. In addition, if the build supports
58 <c>--with-sysroot</c>, the correct value will be passed such that normal
59 - and cross-compliations succeed.
60 + and cross-compilations succeed.
61 </dd>
62 </dl>