diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-17 16:37:59 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:16:47 +0100 |
commit | 65cff7dd562319fd3914b23d6a60569ced9bd2ff (patch) | |
tree | 1b2f1398170782c3c1c2b9ad2506cd1cb5c26680 | |
parent | app-crypt/libscrypt: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-65cff7dd562319fd3914b23d6a60569ced9bd2ff.tar.gz gentoo-65cff7dd562319fd3914b23d6a60569ced9bd2ff.tar.bz2 gentoo-65cff7dd562319fd3914b23d6a60569ced9bd2ff.zip |
app-crypt/nistp224: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996
-rw-r--r-- | app-crypt/nistp224/nistp224-0.75-r1.ebuild | 4 |
1 files 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 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" |