Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 23 Mar 2018 00:36:00
Message-Id: 1521765323.f7b77364d2c2b1a1efa8480633092e05f8bcc202.grknight@gentoo
1 commit: f7b77364d2c2b1a1efa8480633092e05f8bcc202
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 00:35:23 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 00:35:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b77364
7
8 eclass: php-ext-source-r3 - Update documentation of src_prepare
9
10 eclass/php-ext-source-r3.eclass | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass
14 index 22f07f8827b..0563d5af765 100644
15 --- a/eclass/php-ext-source-r3.eclass
16 +++ b/eclass/php-ext-source-r3.eclass
17 @@ -154,9 +154,9 @@ DEPEND="${DEPEND}
18
19 # @FUNCTION: php-ext-source-r3_src_prepare
20 # @DESCRIPTION:
21 -# For each PHP slot, we initialize the environment, run the default
22 -# src_prepare() for PATCHES/eapply_user support, and then call
23 -# php-ext-source-r3_phpize.
24 +# Runs the default src_prepare() for PATCHES/eapply_user() support (optional),
25 +# and for each PHP slot, makes a copy of sources, initializes the environment,
26 +# and calls php-ext-source-r3_phpize().
27 php-ext-source-r3_src_prepare() {
28 local slot orig_s="${PHP_EXT_S}"
29 if [[ "${PHP_EXT_SKIP_PATCHES}" != 'yes' ]] ; then