diff options
author | Brian Evans <grknight@gentoo.org> | 2018-03-22 20:35:23 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-03-22 20:35:23 -0400 |
commit | f7b77364d2c2b1a1efa8480633092e05f8bcc202 (patch) | |
tree | f29ead0de3a3bd356a5bd69b50d4e8784c5c9336 /eclass/php-ext-source-r3.eclass | |
parent | dev-libs/libressl: keyword mask, breaks many packages (diff) | |
download | gentoo-f7b77364d2c2b1a1efa8480633092e05f8bcc202.tar.gz gentoo-f7b77364d2c2b1a1efa8480633092e05f8bcc202.tar.bz2 gentoo-f7b77364d2c2b1a1efa8480633092e05f8bcc202.zip |
eclass: php-ext-source-r3 - Update documentation of src_prepare
Diffstat (limited to 'eclass/php-ext-source-r3.eclass')
-rw-r--r-- | eclass/php-ext-source-r3.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass index 22f07f8827b5..0563d5af7652 100644 --- a/eclass/php-ext-source-r3.eclass +++ b/eclass/php-ext-source-r3.eclass @@ -154,9 +154,9 @@ DEPEND="${DEPEND} # @FUNCTION: php-ext-source-r3_src_prepare # @DESCRIPTION: -# For each PHP slot, we initialize the environment, run the default -# src_prepare() for PATCHES/eapply_user support, and then call -# php-ext-source-r3_phpize. +# Runs the default src_prepare() for PATCHES/eapply_user() support (optional), +# and for each PHP slot, makes a copy of sources, initializes the environment, +# and calls php-ext-source-r3_phpize(). php-ext-source-r3_src_prepare() { local slot orig_s="${PHP_EXT_S}" if [[ "${PHP_EXT_SKIP_PATCHES}" != 'yes' ]] ; then |