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-console/
Date: Tue, 14 Nov 2017 14:47:12
Message-Id: 1510670520.0c6d4aeac8a0788e55364156b1daf1f11c279dcc.mjo@gentoo
1 commit: 0c6d4aeac8a0788e55364156b1daf1f11c279dcc
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 13:24:16 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=0c6d4aea
7
8 dev-php/symfony-console: 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-console/metadata.xml | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-php/symfony-console/metadata.xml b/dev-php/symfony-console/metadata.xml
16 index 7bcb92266a6..d0eada9bbff 100644
17 --- a/dev-php/symfony-console/metadata.xml
18 +++ b/dev-php/symfony-console/metadata.xml
19 @@ -13,7 +13,8 @@
20 <email>php-bugs@g.o</email>
21 </maintainer>
22 <longdescription>
23 - The Console component eases the creation of beautiful and testable command line interfaces.
24 + The Console component eases the creation of beautiful and testable
25 + command line interfaces.
26 </longdescription>
27 <upstream>
28 <remote-id type="github">symfony/console</remote-id>