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 D7641138334 for ; Wed, 24 Oct 2018 14:17:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7218AE097B; Wed, 24 Oct 2018 14:17:29 +0000 (UTC) Received: from smtp.gentoo.org (unknown [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 41318E097B for ; Wed, 24 Oct 2018 14:17:29 +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 C1B0F335CE4 for ; Wed, 24 Oct 2018 14:17:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 931B53F1 for ; Wed, 24 Oct 2018 14:17:05 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1540390572.4684bc6ef8285f33d1c31e7b631f4fc85519f42c.grknight@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: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 4684bc6ef8285f33d1c31e7b631f4fc85519f42c X-VCS-Branch: master Date: Wed, 24 Oct 2018 14:17:05 +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: fef1ca59-afab-4ad2-a210-f76165e981ae X-Archives-Hash: dad4dbbdfaebfb91affd094641ba52ed commit: 4684bc6ef8285f33d1c31e7b631f4fc85519f42c Author: Brian Evans gentoo org> AuthorDate: Wed Oct 24 14:16:12 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Oct 24 14:16:12 2018 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=4684bc6e ebuild-writing/epatch: Fix typo "olds ebuild" -> "old ebuilds" Signed-off-by: Brian Evans 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 a1a2baf..720fd67 100644 --- a/ebuild-writing/functions/src_prepare/epatch/text.xml +++ b/ebuild-writing/functions/src_prepare/epatch/text.xml @@ -10,7 +10,7 @@ use epatch (from epatch.eclass, which you must make sure to inherit!) inside src_prepare. This function automatically handles -p levels, gunzip and so on as necessary.
-Also note that olds ebuild may still use src_unpack to apply patches. +Also note that old ebuilds may still use src_unpack to apply patches. This is because those ebuilds are based in EAPI=1. You are advised to use the latest and apply your patches in src_prepare function instead.