From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C0EE138359 for ; Sat, 9 May 2020 10:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CDBAE0825; Sat, 9 May 2020 10:41:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4453DE0825 for ; Sat, 9 May 2020 10:41:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8144334F2F8 for ; Sat, 9 May 2020 10:41:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05282214 for ; Sat, 9 May 2020 10:41:11 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1589020834.95f2a74b60ec0057e99e8f3ff8e8271af63f1ff7.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/eapi/text.xml X-VCS-Directories: ebuild-writing/eapi/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 95f2a74b60ec0057e99e8f3ff8e8271af63f1ff7 X-VCS-Branch: master Date: Sat, 9 May 2020 10:41:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5738fbb3-e88c-46f9-a536-6b7e1b8276b0 X-Archives-Hash: bfd3789bcc8519c9eb405d767ae05cfa commit: 95f2a74b60ec0057e99e8f3ff8e8271af63f1ff7 Author: Jaak Ristioja ristioja ee> AuthorDate: Sat May 9 09:43:35 2020 +0000 Commit: Ulrich Müller gentoo 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 ristioja.ee> Signed-off-by: Ulrich Müller 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.
CTARGET
- Used in certain cross-compliations, often empty value. + Used in certain cross-compilations, often empty value.
@@ -473,14 +473,14 @@ installation targets.
These variables no longer contain a trailing slash with EAPI=7.
-
BDEPEND addded
+
BDEPEND added
Previously, all build-time tools and libraries went into the DEPEND. Now, built-time dependencies are split into DEPEND and BDEPEND. The difference is simply that BDEPEND are dependencies to be executed on the CBUILD. DEPEND remains for other dependencies, such as libraries, for the CHOST. This improves the - cross-compliation support. + cross-compilation support.
BROOT added
@@ -562,7 +562,7 @@ installation targets.
  • -b will check CBUILD build-time dependencies (BDEPEND)
  • -
    Version manipulation and comparision commands
    +
    Version manipulation and comparison commands

    EAPI=7 introduced three commands for common version number operations. @@ -612,7 +612,7 @@ installation targets. to specify CBUILD and CTARGET respectively have been added and are retro-active to all EAPIs. In addition, if the build supports --with-sysroot, the correct value will be passed such that normal - and cross-compliations succeed. + and cross-compilations succeed.