From f0a4d48ffb2eebc2d04ea97b55d88a8fb1f4cee2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Dec 2021 00:15:45 +0000 Subject: sci-mathematics/primesieve: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James --- sci-mathematics/primesieve/primesieve-7.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-mathematics/primesieve') diff --git a/sci-mathematics/primesieve/primesieve-7.7.ebuild b/sci-mathematics/primesieve/primesieve-7.7.ebuild index 5d26f8b6a858..dff175df46b6 100644 --- a/sci-mathematics/primesieve/primesieve-7.7.ebuild +++ b/sci-mathematics/primesieve/primesieve-7.7.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake -DESCRIPTION="CLI and library for quickly generating prime numbers." +DESCRIPTION="CLI and library for quickly generating prime numbers" HOMEPAGE="https://github.com/kimwalisch/primesieve" SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" -- cgit v1.2.3-65-gdbad