summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 03:09:54 +0100
committerSam James <sam@gentoo.org>2021-03-31 03:09:54 +0100
commit4055629267b44e1c3544d5da44d3e9f37b80e7f7 (patch)
tree3eb0b778e46f510ca5059da38ffd9e00addf4255
parentopenib.eclass: explicitly mark as maintainer-needed (diff)
downloadgentoo-40556292.tar.gz
gentoo-40556292.tar.bz2
gentoo-40556292.zip
php-pear-r2.eclass: fix @DESCRIPTION syntax
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--eclass/php-pear-r2.eclass5
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