Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Fri, 04 May 2018 07:26:14
Message-Id: 1525416829.671adf4f9e4c9c964a44edaf13a09a98ebf83024.ulm@gentoo
1 commit: 671adf4f9e4c9c964a44edaf13a09a98ebf83024
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 16:59:19 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 4 06:53:49 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=671adf4f
7
8 Account for 'Build commands' being run in src_test
9
10 pkg-mgr-commands.tex | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
14 index ffa7566..42fdced 100644
15 --- a/pkg-mgr-commands.tex
16 +++ b/pkg-mgr-commands.tex
17 @@ -283,9 +283,9 @@ Ebuilds must not run any of these commands once the current phase function has r
18 \end{centertable}
19
20 \subsection{Build commands}
21 -These commands are used during the \t{src_configure}, \t{src_compile}, and \t{src_install}
22 -phases to run the package's build commands. Ebuilds must not run any of these commands once the
23 -current phase function has returned.
24 +These commands are used during the \t{src_configure}, \t{src_compile}, \t{src_test},
25 +and \t{src_install} phases to run the package's build commands. Ebuilds must not run any of these
26 +commands once the current phase function has returned.
27
28 \begin{description}
29 \item[econf] Calls the program's \t{./configure} script. This is designed to work with GNU