From 82d6cd383cca33b3ebe423152a6f24da00262dbb Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Dec 2021 00:10:17 +0000 Subject: [PATCH] dev-python/mpdlcd: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James --- dev-python/mpdlcd/mpdlcd-0.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mpdlcd/mpdlcd-0.5.2.ebuild b/dev-python/mpdlcd/mpdlcd-0.5.2.ebuild index 5bc7994d2cb56..1ac970d5b7963 100644 --- a/dev-python/mpdlcd/mpdlcd-0.5.2.ebuild +++ b/dev-python/mpdlcd/mpdlcd-0.5.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="A small tool to display the MPD status on a LCDproc server." +DESCRIPTION="A small tool to display the MPD status on a LCDproc server" HOMEPAGE="https://github.com/rbarrois/mpdlcd" SRC_URI="https://github.com/rbarrois/${PN}/archive/${P}.tar.gz" S="${WORKDIR}/${PN}-${P}"