Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-process/
Date: Tue, 14 Nov 2017 14:47:10
Message-Id: 1510670522.23e9ce28b612ae6f6ae734c38d655d59111d6c10.mjo@gentoo
1 commit: 23e9ce28b612ae6f6ae734c38d655d59111d6c10
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 13:26:39 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 14:42:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e9ce28
7
8 dev-php/symfony-process: fix inconsistent use of whitespace in metadata.xml.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-php/symfony-process/metadata.xml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-php/symfony-process/metadata.xml b/dev-php/symfony-process/metadata.xml
16 index 917b2b78329..e4ce1396c58 100644
17 --- a/dev-php/symfony-process/metadata.xml
18 +++ b/dev-php/symfony-process/metadata.xml
19 @@ -13,7 +13,7 @@
20 <email>php-bugs@g.o</email>
21 </maintainer>
22 <longdescription>
23 - The Process component executes commands in sub-processes.
24 + The Process component executes commands in sub-processes.
25 </longdescription>
26 <upstream>
27 <remote-id type="github">symfony/process</remote-id>