commit: 86be362a5745fddc096a042e7446dc4b1d3adba4 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Apr 23 16:09:41 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Apr 25 21:46:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86be362a
dev-libs/cJSON: remove whitespace in DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25168 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-libs/cJSON/cJSON-1.7.15.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/cJSON/cJSON-1.7.15.ebuild b/dev-libs/cJSON/cJSON-1.7.15.ebuild index c9555ca553bf..495764e4b1bd 100644 --- a/dev-libs/cJSON/cJSON-1.7.15.ebuild +++ b/dev-libs/cJSON/cJSON-1.7.15.ebuild @@ -1,11 +1,11 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake -DESCRIPTION=" Ultralightweight JSON parser in ANSI C" +DESCRIPTION="Ultralightweight JSON parser in ANSI C" HOMEPAGE="https://github.com/DaveGamble/cJSON" SRC_URI="https://github.com/DaveGamble/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
