From: Harri Nieminen Date: Fri, 17 Feb 2017 14:37:59 +0000 (+0200) Subject: app-crypt/nistp224: Fix toolong.DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=65cff7dd562319fd3914b23d6a60569ced9bd2ff;p=gentoo.git app-crypt/nistp224: 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/nistp224/nistp224-0.75-r1.ebuild b/app-crypt/nistp224/nistp224-0.75-r1.ebuild index 81d2ed987811..21dd02f31ea4 100644 --- a/app-crypt/nistp224/nistp224-0.75-r1.ebuild +++ b/app-crypt/nistp224/nistp224-0.75-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="2" inherit eutils toolchain-funcs flag-o-matic fixheadtails -DESCRIPTION="nistp224 performs compressed Diffie-Hellman key exchange on the NIST P-224 elliptic curve" +DESCRIPTION="Performs compressed Diffie-Hellman key exchange on the NIST P-224 elliptic curve" HOMEPAGE="http://cr.yp.to/nistp224.html" SRC_URI="http://cr.yp.to/${PN}/${P}.tar.gz"