Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-pms] [PATCH 1/3] Cheat sheet: Fix cross references
Date: Thu, 03 Jun 2021 08:31:12
Message-Id: 20210603083039.15440-2-ulm@gentoo.org
In Reply to: [gentoo-pms] EAPI cheat sheet for review by "Ulrich Müller"
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 eapi-cheatsheet.tex | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
7 index 83ddfa7..fb62827 100644
8 --- a/eapi-cheatsheet.tex
9 +++ b/eapi-cheatsheet.tex
10 @@ -348,10 +348,10 @@ differences between these previous EAPIs.
11 which applies patches from the \code{PATCHES} variable with the
12 new \code{eapply} command, and user-provided patches with
13 \code{eapply_user}.
14 - See \featureref{src-prepare-6}.
15 + See \featureref{src-prepare}.
16 \item[\code{src_install}] The default implementation uses the new
17 \code{einstalldocs} function for installing documentation.
18 - See \featureref{src-install-6}.
19 + See \featureref{src-install}.
20 \item[\code{nonfatal die}] When \code{die} or \code{assert} are
21 called under the \code{nonfatal} command and with the \code{-n}
22 option, they will not abort the build process but return with an
23 --
24 2.31.1