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 605F71382C5 for ; Mon, 22 Feb 2021 16:51:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91CFCE0828; Mon, 22 Feb 2021 16:51:05 +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 75274E0828 for ; Mon, 22 Feb 2021 16:51:05 +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 C3AF0335D24 for ; Mon, 22 Feb 2021 16:51:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07BE4C2 for ; Mon, 22 Feb 2021 16:51:01 +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: <1614012634.813cdcb601e249093826da01806bad5f81aff3f3.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/patches/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/misc-files/patches/text.xml X-VCS-Directories: ebuild-writing/misc-files/patches/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 813cdcb601e249093826da01806bad5f81aff3f3 X-VCS-Branch: master Date: Mon, 22 Feb 2021 16:51:01 +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: f06ebf05-8b35-4c4b-b604-1c51c78a81a8 X-Archives-Hash: 6fc2dce8062ebf9c5a85c8b394de56d6 commit: 813cdcb601e249093826da01806bad5f81aff3f3 Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 22 16:50:34 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 22 16:50:34 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=813cdcb6 ebuild-writing/misc-files/patches: Typo Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/misc-files/patches/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/misc-files/patches/text.xml b/ebuild-writing/misc-files/patches/text.xml index 62b8a04..91afd33 100644 --- a/ebuild-writing/misc-files/patches/text.xml +++ b/ebuild-writing/misc-files/patches/text.xml @@ -40,7 +40,7 @@ Patches included in ${FILESDIR} should never be compressed. Starting from EAPI=6 a strip patch level was limited to the -p1. Although it can be overridden with a eapply -p<strip_level> -command, it is higly recommended to adapt the patch itself to work +command, it is highly recommended to adapt the patch itself to work with the -p1 default.