diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:15:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:19:45 +0000 |
commit | f0a4d48ffb2eebc2d04ea97b55d88a8fb1f4cee2 (patch) | |
tree | b502c41ce4ab6a95b29693e9905636eaaab55492 /sci-mathematics/primesieve | |
parent | sci-libs/rocBLAS: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-f0a4d48ffb2eebc2d04ea97b55d88a8fb1f4cee2.tar.gz gentoo-f0a4d48ffb2eebc2d04ea97b55d88a8fb1f4cee2.tar.bz2 gentoo-f0a4d48ffb2eebc2d04ea97b55d88a8fb1f4cee2.zip |
sci-mathematics/primesieve: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/primesieve')
-rw-r--r-- | sci-mathematics/primesieve/primesieve-7.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |