diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-17 16:41:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:16:54 +0100 |
commit | 4cfdb96ca5fe0cfa102d7631881f65893ec162b6 (patch) | |
tree | 10d180593578ae2eabce4fd9185d5895d207053d /app-crypt | |
parent | app-crypt/openssl-blacklist: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-4cfdb96ca5fe0cfa102d7631881f65893ec162b6.tar.gz gentoo-4cfdb96ca5fe0cfa102d7631881f65893ec162b6.tar.bz2 gentoo-4cfdb96ca5fe0cfa102d7631881f65893ec162b6.zip |
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.ebuild | 2 |
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 79c83357d829..5b58977fc436 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" |