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 ABF42138334 for ; Fri, 29 Nov 2019 09:28:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD7E4E0849; Fri, 29 Nov 2019 09:28:42 +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 B2551E0849 for ; Fri, 29 Nov 2019 09:28:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A24FC34D586 for ; Fri, 29 Nov 2019 09:28:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0471A744 for ; Fri, 29 Nov 2019 09:28:39 +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: <1575019646.d4b42a176a0fce82490f39cd16f0d88164653ff2.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/variables/text.xml X-VCS-Directories: ebuild-writing/variables/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d4b42a176a0fce82490f39cd16f0d88164653ff2 X-VCS-Branch: master Date: Fri, 29 Nov 2019 09:28:39 +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: 3ec09361-df97-49f9-8137-9af879dd88ed X-Archives-Hash: 93c11516ece0be9ccdc6dcd629f408d1 commit: d4b42a176a0fce82490f39cd16f0d88164653ff2 Author: Ulrich Müller gentoo org> AuthorDate: Fri Nov 29 09:27:26 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Nov 29 09:27:26 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d4b42a17 ebuild-writing/variables: Typo. Fixes: dabb1f76df1fe26cdf1b79d235b4ee3f0a9464cb Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/variables/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index b6c84f7..e50a19e 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -645,7 +645,7 @@ follows.

The following variables never end with a trailing slash in EAPI 7: -D, ED, ROOT, EROOT. Conversely, in EAPIS +D, ED, ROOT, EROOT. Conversely, in EAPIs preceeding EAPI 7, these variables are guaranteed to end with a trailing slash. When working with EAPIs prior to EAPI 7, developers are encouraged to use the bash suffix removal for the trailing slash