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-dependency-injection/
Date: Tue, 14 Nov 2017 14:47:08
Message-Id: 1510670521.c67c66e95bbfb122346b8a8c562068268bc01310.mjo@gentoo
1 commit: c67c66e95bbfb122346b8a8c562068268bc01310
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 13:25:15 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=c67c66e9
7
8 dev-php/symfony-dependency-injection: fix inconsistent tabs in metadata.xml.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-php/symfony-dependency-injection/metadata.xml | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-php/symfony-dependency-injection/metadata.xml b/dev-php/symfony-dependency-injection/metadata.xml
16 index e4e73119820..fad21997665 100644
17 --- a/dev-php/symfony-dependency-injection/metadata.xml
18 +++ b/dev-php/symfony-dependency-injection/metadata.xml
19 @@ -13,8 +13,8 @@
20 <email>php-bugs@g.o</email>
21 </maintainer>
22 <longdescription>
23 - The DependencyInjection component allows you to standardize
24 - and centralize the way objects are constructed in your application.
25 + The DependencyInjection component allows you to standardize
26 + and centralize the way objects are constructed in your application.
27 </longdescription>
28 <upstream>
29 <remote-id type="github">symfony/dependency-injection</remote-id>