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 857801382C5 for ; Fri, 4 May 2018 07:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F6D8E096D; Fri, 4 May 2018 07:26:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [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 7A542E096D for ; Fri, 4 May 2018 07:26:13 +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 18D1A335C75 for ; Fri, 4 May 2018 07:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 552913C for ; Fri, 4 May 2018 07:26:10 +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: <1525416829.671adf4f9e4c9c964a44edaf13a09a98ebf83024.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 671adf4f9e4c9c964a44edaf13a09a98ebf83024 X-VCS-Branch: master Date: Fri, 4 May 2018 07:26:10 +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: 3358957d-9d6f-4163-9c62-7f7156e98768 X-Archives-Hash: 23f37d794cfe582b70b2ad0cfbc17b66 commit: 671adf4f9e4c9c964a44edaf13a09a98ebf83024 Author: Michał Górny gentoo org> AuthorDate: Tue May 1 16:59:19 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 4 06:53:49 2018 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=671adf4f Account for 'Build commands' being run in src_test pkg-mgr-commands.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index ffa7566..42fdced 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -283,9 +283,9 @@ Ebuilds must not run any of these commands once the current phase function has r \end{centertable} \subsection{Build commands} -These commands are used during the \t{src_configure}, \t{src_compile}, and \t{src_install} -phases to run the package's build commands. Ebuilds must not run any of these commands once the -current phase function has returned. +These commands are used during the \t{src_configure}, \t{src_compile}, \t{src_test}, +and \t{src_install} phases to run the package's build commands. Ebuilds must not run any of these +commands once the current phase function has returned. \begin{description} \item[econf] Calls the program's \t{./configure} script. This is designed to work with GNU