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/ca-bundle/
Date: Tue, 14 Nov 2017 14:47:08
Message-Id: 1510670518.e256549fd72071f801b16abd236873518e1d232e.mjo@gentoo
1 commit: e256549fd72071f801b16abd236873518e1d232e
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 13:16:42 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 14:41:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e256549f
7
8 dev-php/ca-bundle: fix inconsistent use of whitespace in metadata.xml.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-php/ca-bundle/metadata.xml | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-php/ca-bundle/metadata.xml b/dev-php/ca-bundle/metadata.xml
16 index f75495b0235..1fad9628ff2 100644
17 --- a/dev-php/ca-bundle/metadata.xml
18 +++ b/dev-php/ca-bundle/metadata.xml
19 @@ -13,10 +13,10 @@
20 <email>php-bugs@g.o</email>
21 </maintainer>
22 <longdescription>
23 - Small utility library that lets you find a path to the system CA bundle,
24 - and includes a fallback to the Mozilla CA bundle.
25 - Originally written as part of dev-php/composer,
26 - now extracted and made available as a stand-alone library.
27 + Small utility library that lets you find a path to the system CA
28 + bundle, and includes a fallback to the Mozilla CA bundle.
29 + Originally written as part of dev-php/composer, now extracted and
30 + made available as a stand-alone library.
31 </longdescription>
32 <upstream>
33 <remote-id type="github">composer/ca-bundle</remote-id>