From: Harri Nieminen Date: Fri, 17 Feb 2017 14:35:12 +0000 (+0200) Subject: app-crypt/ckpass: Fix toolong.DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=325178af9cd9246ab0859c39365efca82a4c9500;p=gentoo.git app-crypt/ckpass: 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/ckpass/ckpass-0.2.ebuild b/app-crypt/ckpass/ckpass-0.2.ebuild index ce9bc76539fb..2465a9f3de4b 100644 --- a/app-crypt/ckpass/ckpass-0.2.ebuild +++ b/app-crypt/ckpass/ckpass-0.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit autotools eutils -DESCRIPTION="An ncurses based password database client that is compatible with KeePass 1.x format databases" +DESCRIPTION="ncurses based password database client compatible with KeePass 1.x databases" HOMEPAGE="http://ckpass.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"