Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 02:14:54
Message-Id: 1617156594.4055629267b44e1c3544d5da44d3e9f37b80e7f7.sam@gentoo
1 commit: 4055629267b44e1c3544d5da44d3e9f37b80e7f7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 02:09:54 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:09:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40556292
7
8 php-pear-r2.eclass: fix @DESCRIPTION syntax
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/php-pear-r2.eclass | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/php-pear-r2.eclass b/eclass/php-pear-r2.eclass
16 index d3887492047..f0fe4b96f8e 100644
17 --- a/eclass/php-pear-r2.eclass
18 +++ b/eclass/php-pear-r2.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: php-pear-r2.eclass
25 @@ -39,7 +39,8 @@ RDEPEND=">=dev-php/pear-1.8.1"
26
27 # @ECLASS-VARIABLE: PEAR-P
28 # @INTERNAL
29 -# @DESCRIPTION: Combines PHP_PEAR_PKG_NAME and PEAR_PV
30 +# @DESCRIPTION:
31 +# Combines PHP_PEAR_PKG_NAME and PEAR_PV
32 PEAR_P="${PHP_PEAR_PKG_NAME}-${PEAR_PV}"
33
34 # @ECLASS-VARIABLE: PHP_PEAR_DOMAIN