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 3EB521382C5 for ; Tue, 30 Mar 2021 18:20:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95192E0BE7; Tue, 30 Mar 2021 18:20:30 +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 7C623E0BE7 for ; Tue, 30 Mar 2021 18:20:30 +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 070EC340CFE for ; Tue, 30 Mar 2021 18:20:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D89B633 for ; Tue, 30 Mar 2021 18:20:27 +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: <1617128222.aa2dd537f393f9c90b4bdef06f1478d0a09d8635.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: aa2dd537f393f9c90b4bdef06f1478d0a09d8635 X-VCS-Branch: master Date: Tue, 30 Mar 2021 18:20:27 +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: fbc6adac-f0ec-4d55-9251-713a56d3be1b X-Archives-Hash: 2745c893d1dc6184a847d82838608d83 commit: aa2dd537f393f9c90b4bdef06f1478d0a09d8635 Author: Ulrich Müller gentoo org> AuthorDate: Tue Mar 30 18:17:02 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Mar 30 18:17:02 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=aa2dd537 ebuild-writing/common-mistakes: Fix Gentoo Bugzilla URL Warning on previous git push: remote: WARNING: invalid Gentoo Bugzilla URL: https://bugs.gentoo.org/show_bug.cgi?id=werror Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/common-mistakes/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index 8afe2a5..2313c50 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -121,8 +121,8 @@ ebuild level are preferred.

"-Werror" is a flag which turns all warnings into errors and thus will abort compiling if any warning is encountered. -See bug 260867 -for more information and real-life examples/fixes in the Gentoo tree. +See bug 260867 for more +information and real-life examples/fixes in the Gentoo tree.

Rationale