commit: 65cff7dd562319fd3914b23d6a60569ced9bd2ff Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Fri Feb 17 14:37:59 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Feb 17 20:16:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65cff7dd
app-crypt/nistp224: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 app-crypt/nistp224/nistp224-0.75-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/nistp224/nistp224-0.75-r1.ebuild b/app-crypt/nistp224/nistp224-0.75-r1.ebuild index 81d2ed9878..21dd02f31e 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"
