summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-23 04:29:53 +0000
committerSam James <sam@gentoo.org>2021-03-23 04:29:53 +0000
commit41305d5e95afc5b9c515ac2f74362bda205a17be (patch)
tree3cba033e3a3b85afd286c38c761643b85f73406b /app-crypt/dieharder
parentdev-vcs/cvsutils: add 0.2.6 (diff)
downloadgentoo-41305d5e95afc5b9c515ac2f74362bda205a17be.tar.gz
gentoo-41305d5e95afc5b9c515ac2f74362bda205a17be.tar.bz2
gentoo-41305d5e95afc5b9c515ac2f74362bda205a17be.zip
app-crypt/dieharder: fix typo in DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/dieharder')
-rw-r--r--app-crypt/dieharder/dieharder-3.31.1-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/dieharder/dieharder-3.31.1-r3.ebuild b/app-crypt/dieharder/dieharder-3.31.1-r3.ebuild
index fe4f37aa10e3..d9861f85b729 100644
--- a/app-crypt/dieharder/dieharder-3.31.1-r3.ebuild
+++ b/app-crypt/dieharder/dieharder-3.31.1-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
inherit autotools flag-o-matic
-DESCRIPTION="An advanced suite for testing the randomness of RNG's"
+DESCRIPTION="An advanced suite for testing the randomness of RNGs"
HOMEPAGE="https://www.phy.duke.edu/~rgb/General/dieharder.php"
SRC_URI="https://www.phy.duke.edu/~rgb/General/${PN}/${P}.tgz"
@@ -42,7 +42,7 @@ src_compile() {
src_install() {
if use doc; then
- DOCS=( ChangeLog manual/dieharder.pdf manual/dieharder.ps)
+ DOCS=( ChangeLog manual/dieharder.pdf manual/dieharder.ps )
HTML_DOCS=( dieharder.html )
fi