diff options
author | Marco Leogrande <dark.knight.ita@gmail.com> | 2020-07-07 23:10:21 -0700 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-13 18:54:10 +0300 |
commit | a10b6c8da6191df8c415d75e0d67bb7f27d59db7 (patch) | |
tree | 45fb85f709cbd4ffa7f43eb13827330cc2c48652 /dev-libs | |
parent | sys-fs/zfs-kmod: git master arm64 builds work with / without preempt (diff) | |
download | gentoo-a10b6c8da6191df8c415d75e0d67bb7f27d59db7.tar.gz gentoo-a10b6c8da6191df8c415d75e0d67bb7f27d59db7.tar.bz2 gentoo-a10b6c8da6191df8c415d75e0d67bb7f27d59db7.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16635
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/json-c/metadata.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/json-c/metadata.xml b/dev-libs/json-c/metadata.xml index 4165aa7d278a..7f12c818ab4c 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> |