summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-02-17 16:41:30 +0200
committerDavid Seifert <soap@gentoo.org>2017-02-17 21:16:54 +0100
commit4cfdb96ca5fe0cfa102d7631881f65893ec162b6 (patch)
tree10d180593578ae2eabce4fd9185d5895d207053d /app-crypt
parente616e4e5d05a48be19bf85b44433882467bc64b4 (diff)
downloadgentoo-4cfdb96ca5fe0cfa102d7631881f65893ec162b6.tar.gz
gentoo-4cfdb96ca5fe0cfa102d7631881f65893ec162b6.tar.xz
app-crypt/scrypt: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/scrypt/scrypt-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/scrypt/scrypt-1.2.0.ebuild b/app-crypt/scrypt/scrypt-1.2.0.ebuild
index 79c83357d82..5b58977fc43 100644
--- a/app-crypt/scrypt/scrypt-1.2.0.ebuild
+++ b/app-crypt/scrypt/scrypt-1.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-DESCRIPTION="A simple password-based encryption utility using the scrypt key derivation function"
+DESCRIPTION="A simple password-based encryption utility using scrypt key derivation function"
HOMEPAGE="http://www.tarsnap.com/scrypt.html"
SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"