eclass: php-ext-source-r3 - Update documentation of src_prepare
authorBrian Evans <grknight@gentoo.org>
Fri, 23 Mar 2018 00:35:23 +0000 (20:35 -0400)
committerBrian Evans <grknight@gentoo.org>
Fri, 23 Mar 2018 00:35:23 +0000 (20:35 -0400)
eclass/php-ext-source-r3.eclass

index 22f07f8827b5e06f15b389fd58fc04e19ac24179..0563d5af7652dbb2e66f7aede3b51f460e5b606e 100644 (file)
@@ -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