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] pkg-mgr-commands.tex: Cross reference EXPORT_FUNCTIONS
Date: Mon, 30 Aug 2021 15:19:19
Message-Id: 20210830151902.17072-1-ulm@gentoo.org
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 eclasses.tex | 1 +
4 pkg-mgr-commands.tex | 2 ++
5 2 files changed, 3 insertions(+)
6
7 diff --git a/eclasses.tex b/eclasses.tex
8 index e23dcd8..8973686 100644
9 --- a/eclasses.tex
10 +++ b/eclasses.tex
11 @@ -58,6 +58,7 @@ the implicit \t{RDEPEND} rules in section~\ref{sec:rdepend-depend} are applied.
12 \end{centertable}
13
14 \section{EXPORT_FUNCTIONS}
15 +\label{sec:export-functions}
16
17 There is one command available in the eclass environment that is neither available nor meaningful
18 in ebuilds---\t{EXPORT_FUNCTIONS}\@. This can be used to alias ebuild phase functions from the
19 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
20 index 4431435..df4387c 100644
21 --- a/pkg-mgr-commands.tex
22 +++ b/pkg-mgr-commands.tex
23 @@ -1220,6 +1220,8 @@ has returned.
24
25 \item[inherit] See section~\ref{sec:inherit}.
26
27 +\item[EXPORT_FUNCTIONS] See section~\ref{sec:export-functions}.
28 +
29 \item[default]
30 \featurelabel{default-func} Calls the \t{default_} function for the current phase (see
31 section~\ref{sec:default-phase-funcs}). Must not be called if the \t{default_} function does
32 --
33 2.33.0

Replies