diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-17 16:42:15 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:16:57 +0100 |
commit | b476c06064d81a3230c2ee1f62f4af635f7a979c (patch) | |
tree | f8869417103ae274531d0f5baea6254c09959e43 /app-crypt/xca | |
parent | app-crypt/scrypt: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-b476c06064d81a3230c2ee1f62f4af635f7a979c.tar.gz gentoo-b476c06064d81a3230c2ee1f62f4af635f7a979c.tar.bz2 gentoo-b476c06064d81a3230c2ee1f62f4af635f7a979c.zip |
app-crypt/xca: 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/xca')
-rw-r--r-- | app-crypt/xca/xca-1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/xca/xca-1.3.2.ebuild b/app-crypt/xca/xca-1.3.2.ebuild index 01b510710042..bf6075e737c3 100644 --- a/app-crypt/xca/xca-1.3.2.ebuild +++ b/app-crypt/xca/xca-1.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" inherit eutils toolchain-funcs -DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists" +DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests etc" HOMEPAGE="http://xca.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |