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-event-dispatcher/
Date: Tue, 14 Nov 2017 14:47:09
Message-Id: 1510670521.b806d5c26fe25dd1a2e8f4ed5b4f6b9b42f75e8e.mjo@gentoo
1 commit: b806d5c26fe25dd1a2e8f4ed5b4f6b9b42f75e8e
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 13:25:57 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 14:42:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b806d5c2
7
8 dev-php/symfony-event-dispatcher: fix inconsistent tabs in metadata.xml.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-php/symfony-event-dispatcher/metadata.xml | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-php/symfony-event-dispatcher/metadata.xml b/dev-php/symfony-event-dispatcher/metadata.xml
16 index 2260041b16d..d12fba00b1a 100644
17 --- a/dev-php/symfony-event-dispatcher/metadata.xml
18 +++ b/dev-php/symfony-event-dispatcher/metadata.xml
19 @@ -13,8 +13,9 @@
20 <email>php-bugs@g.o</email>
21 </maintainer>
22 <longdescription>
23 - The EventDispatcher component provides tools that allow your application components
24 - to communicate with each other by dispatching events and listening to them.
25 + The EventDispatcher component provides tools that allow your
26 + application components to communicate with each other by
27 + dispatching events and listening to them.
28 </longdescription>
29 <upstream>
30 <remote-id type="github">symfony/event-dispatcher</remote-id>