diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-15 20:47:03 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-15 21:06:02 -0500 |
commit | 318e7c02ce4fbc3fd41f500ede145bc40758424b (patch) | |
tree | 054a72eb46f6c4d5617338dd7dc7f8fb7dbd5aaa /eclass/php-pear-r2.eclass | |
parent | eclass/openib: fixup documentation (diff) | |
download | gentoo-318e7c02ce4fbc3fd41f500ede145bc40758424b.tar.gz gentoo-318e7c02ce4fbc3fd41f500ede145bc40758424b.tar.bz2 gentoo-318e7c02ce4fbc3fd41f500ede145bc40758424b.zip |
eclass/php-pear-r2: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/php-pear-r2.eclass')
-rw-r--r-- | eclass/php-pear-r2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php-pear-r2.eclass b/eclass/php-pear-r2.eclass index e4197522b162..cd4625fdacc2 100644 --- a/eclass/php-pear-r2.eclass +++ b/eclass/php-pear-r2.eclass @@ -39,7 +39,8 @@ RDEPEND=">=dev-php/pear-1.8.1" # @ECLASS-VARIABLE: PEAR-P # @INTERNAL -# @DESCRIPTION: Combines PHP_PEAR_PKG_NAME and PEAR_PV +# @DESCRIPTION: +# Combines PHP_PEAR_PKG_NAME and PEAR_PV PEAR_P="${PHP_PEAR_PKG_NAME}-${PEAR_PV}" # @ECLASS-VARIABLE: PHP_PEAR_DOMAIN |