From 325178af9cd9246ab0859c39365efca82a4c9500 Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Fri, 17 Feb 2017 16:35:12 +0200 Subject: app-crypt/ckpass: Fix toolong.DESCRIPTION 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-crypt/ckpass') 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" -- cgit v1.2.3-65-gdbad