Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yapf/
Date: Sun, 15 Sep 2019 16:49:05
Message-Id: 1568566122.82b7dd3ed46cd0c3710e9fdc210bed8c6ebc8a2f.juippis@gentoo
1 commit: 82b7dd3ed46cd0c3710e9fdc210bed8c6ebc8a2f
2 Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
3 AuthorDate: Fri Sep 6 08:54:40 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 16:48:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b7dd3e
7
8 dev-python/yapf: Fix whitespace error in metadata.xml
9
10 Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Closes: https://github.com/gentoo/gentoo/pull/12868
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-python/yapf/metadata.xml | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/yapf/metadata.xml b/dev-python/yapf/metadata.xml
19 index 28299522aad..6a8372b755f 100644
20 --- a/dev-python/yapf/metadata.xml
21 +++ b/dev-python/yapf/metadata.xml
22 @@ -13,6 +13,6 @@
23 YAPF is based off of 'clang-format', developed by Daniel Jasper.
24 In essence, the algorithm takes the code and reformats it to the best
25 formatting that conforms to the style guide, even if the original code
26 - didn't violate the style guide.
27 + didn't violate the style guide.
28 </longdescription>
29 </pkgmetadata>