From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B199D138010 for ; Mon, 15 Feb 2016 18:01:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B324E07C5; Mon, 15 Feb 2016 18:01:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD5DCE07C5 for ; Mon, 15 Feb 2016 18:01:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0577340A35 for ; Mon, 15 Feb 2016 18:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23A061069 for ; Mon, 15 Feb 2016 18:00:59 +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: <1455559238.4b5ee4105f98de06fd2f75dc032885ba67d111d7.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: 4b5ee4105f98de06fd2f75dc032885ba67d111d7 X-VCS-Branch: master Date: Mon, 15 Feb 2016 18:00:59 +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-Archives-Salt: 166f9408-3111-4937-a83a-d42c5c1f6170 X-Archives-Hash: 7baf8419b3b50da2236c7c5c31d24e92 commit: 4b5ee4105f98de06fd2f75dc032885ba67d111d7 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 15 18:00:38 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 15 18:00:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=4b5ee410 ebuild-writing/eapi: Fix documentation of locale settings. ebuild-writing/eapi/text.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml index 9d0f2ea..b18f052 100644 --- a/ebuild-writing/eapi/text.xml +++ b/ebuild-writing/eapi/text.xml @@ -875,7 +875,11 @@ If USE flag is set, echo [true output][true suffix] (defaults to "yes"),
  • Locale settings

    -

    With EAPI=6 both LC_CTYPE and LC_COLLATE are set to C.

    +

    + Behaviour of case modification and collation order (LC_CTYPE + and LC_COLLATE) are guaranteed to be the same as in the + C locale, as far as characters in the ASCII range are concerned. +

  • failglob enabled