From: Harri Nieminen Date: Fri, 17 Feb 2017 14:41:30 +0000 (+0200) Subject: app-crypt/scrypt: Fix toolong.DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4cfdb96ca5fe0cfa102d7631881f65893ec162b6;p=gentoo.git app-crypt/scrypt: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 --- 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"