diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-16 20:04:24 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:15:35 +0100 |
commit | 899c132b61e165dceabbe6ae159b5b1e9cd336e3 (patch) | |
tree | aba67b3be2c002deb3dffabdff558965fa404032 /app-admin | |
parent | a45b49fed951f562e234f59518c6b0fa7e927dbc (diff) | |
download | gentoo-899c132b61e165dceabbe6ae159b5b1e9cd336e3.tar.gz gentoo-899c132b61e165dceabbe6ae159b5b1e9cd336e3.tar.xz |
app-admin/kedpm: 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-admin')
-rw-r--r-- | app-admin/kedpm/kedpm-0.4.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/kedpm/kedpm-0.4.0-r2.ebuild b/app-admin/kedpm/kedpm-0.4.0-r2.ebuild index 1a6466da6ca..05a17cddec8 100644 --- a/app-admin/kedpm/kedpm-0.4.0-r2.ebuild +++ b/app-admin/kedpm/kedpm-0.4.0-r2.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$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils -DESCRIPTION="Ked Password Manager helps to manage large amounts of passwords and related information" +DESCRIPTION="Helps to manage large amounts of passwords and related information" HOMEPAGE="http://kedpm.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |