diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-04 09:13:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-04 09:15:19 +0200 |
commit | aa0ee755adbe5a6e087746f59d346a8981c8e746 (patch) | |
tree | bbdb04d7333e170903dddf4b18bd13ce6a340ac4 /eclass | |
parent | mozcoreconf-v*.eclass: Fix eclassdoc (diff) | |
download | gentoo-aa0ee755adbe5a6e087746f59d346a8981c8e746.tar.gz gentoo-aa0ee755adbe5a6e087746f59d346a8981c8e746.tar.bz2 gentoo-aa0ee755adbe5a6e087746f59d346a8981c8e746.zip |
php-ext-source-r3.eclass: Fix eclassdoc
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-ext-source-r3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass index 12e4a24facd6..b2eae22fb74d 100644 --- a/eclass/php-ext-source-r3.eclass +++ b/eclass/php-ext-source-r3.eclass @@ -81,9 +81,9 @@ esac # This allows ordering of extensions such that one is loaded before # or after another. Defaults to the PHP_EXT_NAME. # Example (produces 40-foo.ini file): -# @CODE@ +# @CODE # PHP_INI_NAME="40-foo" -# @CODE@ +# @CODE : ${PHP_INI_NAME:=${PHP_EXT_NAME}} # @ECLASS-VARIABLE: PHP_EXT_NEEDED_USE |