public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/
Date: Sat,  9 May 2020 10:41:11 +0000 (UTC)	[thread overview]
Message-ID: <1589020834.95f2a74b60ec0057e99e8f3ff8e8271af63f1ff7.ulm@gentoo> (raw)

commit:     95f2a74b60ec0057e99e8f3ff8e8271af63f1ff7
Author:     Jaak Ristioja <jaak <AT> ristioja <DOT> ee>
AuthorDate: Sat May  9 09:43:35 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May  9 10:40:34 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=95f2a74b

ebuild-writing/eapi: Fixed some typos

Signed-off-by: Jaak Ristioja <jaak <AT> ristioja.ee>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ebuild-writing/eapi/text.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
index f51a458..9541c02 100644
--- a/ebuild-writing/eapi/text.xml
+++ b/ebuild-writing/eapi/text.xml
@@ -446,7 +446,7 @@ installation targets.
   </dd>
   <dt><c>CTARGET</c></dt>
   <dd>
-    Used in certain cross-compliations, often empty value.
+    Used in certain cross-compilations, often empty value.
   </dd>
 </dl>
 
@@ -473,14 +473,14 @@ installation targets.
   <dd>
     These variables no longer contain a trailing slash with <c>EAPI=7</c>.
   </dd>
-  <dt><c>BDEPEND</c> addded</dt>
+  <dt><c>BDEPEND</c> added</dt>
   <dd>
     Previously, all build-time tools and libraries went into the <c>DEPEND</c>.
     Now, built-time dependencies are split into <c>DEPEND</c> and
     <c>BDEPEND</c>. The difference is simply that <c>BDEPEND</c> are
     dependencies to be executed on the CBUILD. <c>DEPEND</c> remains for other
     dependencies, such as libraries, for the CHOST. This improves the
-    cross-compliation support.
+    cross-compilation support.
   </dd>
   <dt><c>BROOT</c> added</dt>
   <dd>
@@ -562,7 +562,7 @@ installation targets.
       <li><c>-b</c> will check CBUILD build-time dependencies (BDEPEND)</li>
     </ul>
   </dd>
-  <dt>Version manipulation and comparision commands</dt>
+  <dt>Version manipulation and comparison commands</dt>
   <dd>
     <p>
     EAPI=7 introduced three commands for common version number operations.
@@ -612,7 +612,7 @@ installation targets.
     to specify <c>CBUILD</c> and <c>CTARGET</c> respectively have been added
     and are retro-active to all EAPIs. In addition, if the build supports
     <c>--with-sysroot</c>, the correct value will be passed such that normal
-    and cross-compliations succeed.
+    and cross-compilations succeed.
   </dd>
 </dl>
 


             reply	other threads:[~2020-05-09 10:41 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-09 10:41 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-05 20:15 [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/ Ulrich Müller
2022-11-09 12:01 Ulrich Müller
2022-02-25 19:04 Sam James
2022-02-22  7:11 Sam James
2022-02-22  7:11 Sam James
2020-01-23  7:47 Ulrich Müller
2020-01-09  7:58 Ulrich Müller
2018-10-24 13:01 Brian Evans
2017-09-25  4:27 Göktürk Yüksek
2017-01-25  0:55 Göktürk Yüksek
2016-12-08  4:07 Göktürk Yüksek
2016-09-08 21:23 Mike Gilbert
2016-04-30  3:09 Göktürk Yüksek
2016-03-24 15:10 Ulrich Müller
2016-02-15 18:00 Ulrich Müller
2016-02-15 12:10 Ulrich Müller
2016-02-15 12:10 Ulrich Müller
2015-11-22 12:37 Ulrich Müller
2014-06-08 17:39 Mike Gilbert
2013-04-30 12:58 Fabian Groffen
2013-01-21 17:27 Pacho Ramos
2013-01-21  8:18 Pacho Ramos
2012-11-17 18:59 Markos Chandras
2012-11-17 18:59 Markos Chandras
2012-11-02 17:53 Markos Chandras
2012-10-30 19:01 Markos Chandras
2012-08-31 21:18 Markos Chandras
2011-08-24 20:13 Markos Chandras
2011-03-09 16:42 Jeremy Olexa
2011-02-13  8:23 Torsten Veller
2011-02-04 20:41 darkside
2011-02-04 20:37 darkside
2011-02-04 17:02 darkside

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1589020834.95f2a74b60ec0057e99e8f3ff8e8271af63f1ff7.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox