diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 03:09:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 03:09:54 +0100 |
commit | 4055629267b44e1c3544d5da44d3e9f37b80e7f7 (patch) | |
tree | 3eb0b778e46f510ca5059da38ffd9e00addf4255 /eclass/php-pear-r2.eclass | |
parent | openib.eclass: explicitly mark as maintainer-needed (diff) | |
download | gentoo-4055629267b44e1c3544d5da44d3e9f37b80e7f7.tar.gz gentoo-4055629267b44e1c3544d5da44d3e9f37b80e7f7.tar.bz2 gentoo-4055629267b44e1c3544d5da44d3e9f37b80e7f7.zip |
php-pear-r2.eclass: fix @DESCRIPTION syntax
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/php-pear-r2.eclass')
-rw-r--r-- | eclass/php-pear-r2.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php-pear-r2.eclass b/eclass/php-pear-r2.eclass index d3887492047d..f0fe4b96f8ef 100644 --- a/eclass/php-pear-r2.eclass +++ b/eclass/php-pear-r2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @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 |