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 C36EB1382C5 for ; Fri, 26 Feb 2021 22:14:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E15FE084E; Fri, 26 Feb 2021 22:14:56 +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 E583BE084E for ; Fri, 26 Feb 2021 22:14:55 +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 5FA4A340917 for ; Fri, 26 Feb 2021 22:14:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7F372A9 for ; Fri, 26 Feb 2021 22:14:52 +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: <1614377642.30ea65fbd411deeb9ad8b784cb9cb6425bfe4739.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_prepare/epatch/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/functions/src_prepare/epatch/text.xml X-VCS-Directories: ebuild-writing/functions/src_prepare/epatch/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 30ea65fbd411deeb9ad8b784cb9cb6425bfe4739 X-VCS-Branch: master Date: Fri, 26 Feb 2021 22:14:52 +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: d3e5e4fe-bdff-4615-adaa-b2e2f9c25e8a X-Archives-Hash: 9d9638adc42a9446aee2bc9ddc94465b commit: 30ea65fbd411deeb9ad8b784cb9cb6425bfe4739 Author: Sam James gentoo org> AuthorDate: Fri Feb 26 18:07:44 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 26 22:14:02 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=30ea65fb ebuild-writing/functions/src_prepare/epatch: fix whitespace Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/functions/src_prepare/epatch/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/functions/src_prepare/epatch/text.xml b/ebuild-writing/functions/src_prepare/epatch/text.xml index d1def03..4b0c427 100644 --- a/ebuild-writing/functions/src_prepare/epatch/text.xml +++ b/ebuild-writing/functions/src_prepare/epatch/text.xml @@ -97,7 +97,7 @@ your devspace rather than ${FILESDIR} is more appropriate. In these situations, it is usually best to compress the patch in question with xz or -bzip2(as opposed to ${FILESDIR} patches, which must not +bzip2 (as opposed to ${FILESDIR} patches, which must not be compressed). For example, from app-admin/showconsole: