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 450F513835B for ; Tue, 30 Mar 2021 18:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87F6CE0BC6; Tue, 30 Mar 2021 18:15:54 +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 6D97EE0BC6 for ; Tue, 30 Mar 2021 18:15:54 +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 8362E340D2E for ; Tue, 30 Mar 2021 18:15:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4ED763B for ; Tue, 30 Mar 2021 18:15:50 +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: <1617128094.51452b8d8f452053086e03c1bf35061cc6c1caa9.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/common-mistakes/text.xml X-VCS-Directories: ebuild-writing/common-mistakes/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 51452b8d8f452053086e03c1bf35061cc6c1caa9 X-VCS-Branch: master Date: Tue, 30 Mar 2021 18:15:50 +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: 3a08c7da-d298-47a8-a927-645a85dbae5b X-Archives-Hash: 4cc819050f40c58616e67ed889ebfa81 commit: 51452b8d8f452053086e03c1bf35061cc6c1caa9 Author: Sam James gentoo org> AuthorDate: Sun Mar 21 02:43:05 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Mar 30 18:14:54 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=51452b8d ebuild-writing/common-mistakes: build-log -> build log Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/common-mistakes/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index 3bbda05..0dc7b5b 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -120,7 +120,7 @@ for more information and real-life examples/fixes in the Gentoo tree.

Rationale

This flag is not recommended for releases and should always be disabled when -encountered in build-logs, because there are numerous cases where this breaks +encountered in build logs, because there are numerous cases where this breaks without purpose, e.g.: