commit: a10b6c8da6191df8c415d75e0d67bb7f27d59db7 Author: Marco Leogrande <dark.knight.ita <AT> gmail <DOT> com> AuthorDate: Wed Jul 8 06:10:21 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Jul 13 15:54:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10b6c8d
dev-libs/json-c: fix long description formatting Reword description, indent it properly, and remove whitespace at EOL. Signed-off-by: Marco Leogrande <dark.knight.ita <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16635 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/json-c/metadata.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/json-c/metadata.xml b/dev-libs/json-c/metadata.xml index 4165aa7d278..7f12c818ab4 100644 --- a/dev-libs/json-c/metadata.xml +++ b/dev-libs/json-c/metadata.xml @@ -17,11 +17,11 @@ <flag name="cpu-flags-x86-rdrand">Enable RDRAND Hardware RNG Hash Seed</flag> </use> <longdescription lang="en"> -"A JSON implementation in C" is probably the better description, and then -"JSON-C implements a reference counting object model that allows you to -easily construct JSON objects in C, output them as JSON formatted -strings and parse JSON formatted strings back into the C -representation of JSON objects. + JSON-C is a JSON implementation written in C. It implements a + reference counting object model that allows you to easily + construct JSON objects in C, output them as JSON formatted strings + and parse JSON formatted strings back into the C representation of + JSON objects. </longdescription> <upstream> <remote-id type="github">json-c/json-c</remote-id>
