app-crypt/ckpass: Fix toolong.DESCRIPTION
authorHarri Nieminen <moikkis@gmail.com>
Fri, 17 Feb 2017 14:35:12 +0000 (16:35 +0200)
committerDavid Seifert <soap@gentoo.org>
Fri, 17 Feb 2017 20:16:38 +0000 (21:16 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996

app-crypt/ckpass/ckpass-0.2.ebuild

index ce9bc76539fbeb304b11e0dd0a5ae359089e91ef..2465a9f3de4b3d1928469157406c86451acdc75a 100644 (file)
@@ -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"