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-config/
Date: Tue, 14 Nov 2017 14:47:11
Message-Id: 1510670520.4e241fd585cb27ee837fe4cb2993c9c834aa28a3.mjo@gentoo
1 commit: 4e241fd585cb27ee837fe4cb2993c9c834aa28a3
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 13:23:37 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 14:42:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e241fd5
7
8 dev-php/symfony-config: 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-config/metadata.xml | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-php/symfony-config/metadata.xml b/dev-php/symfony-config/metadata.xml
16 index 987a2d23c4c..bc820db2a2f 100644
17 --- a/dev-php/symfony-config/metadata.xml
18 +++ b/dev-php/symfony-config/metadata.xml
19 @@ -13,9 +13,10 @@
20 <email>php-bugs@g.o</email>
21 </maintainer>
22 <longdescription>
23 - The Config component provides several classes to help you find, load, combine,
24 - autofill and validate configuration values of any kind,
25 - whatever their source may be (YAML, XML, INI files, or for instance a database).
26 + The Config component provides several classes to help you find,
27 + load, combine, autofill and validate configuration values of any
28 + kind, whatever their source may be (YAML, XML, INI files, or for
29 + instance a database).
30 </longdescription>
31 <upstream>
32 <remote-id type="github">symfony/config</remote-id>