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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (4096 bits))
(No client certificate requested)
by finch.gentoo.org (Postfix) with ESMTPS id 0068B158042
for ; Sun, 27 Oct 2024 07:55:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 08EEFE0887;
Sun, 27 Oct 2024 07:55:38 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
(No client certificate requested)
by pigeon.gentoo.org (Postfix) with ESMTPS id 07480E0887
for ; Sun, 27 Oct 2024 07:55:37 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id CFBB4342FEA
for ; Sun, 27 Oct 2024 07:55:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E755AE7
for ; Sun, 27 Oct 2024 07:55:34 +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: <1730015597.1a74974408ca4164deea3161f044bff937e5887a.ulm@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_prepare/eapply/
X-VCS-Repository: proj/devmanual
X-VCS-Files: ebuild-writing/functions/src_prepare/eapply/text.xml
X-VCS-Directories: ebuild-writing/functions/src_prepare/eapply/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 1a74974408ca4164deea3161f044bff937e5887a
X-VCS-Branch: master
Date: Sun, 27 Oct 2024 07:55:34 +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: c2406f5d-a771-4643-8d61-143b97a6506b
X-Archives-Hash: 0e857c04aa3a1269b21092176965febb
commit: 1a74974408ca4164deea3161f044bff937e5887a
Author: Ulrich Müller gentoo org>
AuthorDate: Sun Oct 27 07:53:17 2024 +0000
Commit: Ulrich Müller gentoo org>
CommitDate: Sun Oct 27 07:53:17 2024 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1a749744
ebuild-writing/functions/src_prepare/eapply: Fix link
Fixes: b599e3ba8a93655663ff6dae76d6117a8a455d66
Signed-off-by: Ulrich Müller gentoo.org>
ebuild-writing/functions/src_prepare/eapply/text.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebuild-writing/functions/src_prepare/eapply/text.xml b/ebuild-writing/functions/src_prepare/eapply/text.xml
index 97f4445..5101fe6 100644
--- a/ebuild-writing/functions/src_prepare/eapply/text.xml
+++ b/ebuild-writing/functions/src_prepare/eapply/text.xml
@@ -98,7 +98,7 @@ guidelines about where patches should be hosted and about their formatting.
-The default
+The default
function will look for a global PATCHES array to apply a list of patches
for you.