app-admin/pass: Fix toolong.DESCRIPTION
authorHarri Nieminen <moikkis@gmail.com>
Thu, 16 Feb 2017 18:10:04 +0000 (20:10 +0200)
committerDavid Seifert <soap@gentoo.org>
Fri, 17 Feb 2017 20:15:45 +0000 (21:15 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996

app-admin/pass/pass-1.6.5.ebuild
app-admin/pass/pass-9999.ebuild

index 53299d29db4c3202c8798e748fe6f558a025903e..0178ee360bd0794a632b63596457bb97a44e4b2d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 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 bash-completion-r1 elisp-common
 
-DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely using gpg, pwgen, and git"
+DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely"
 HOMEPAGE="http://www.passwordstore.org/"
 SRC_URI="http://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz"
 
index 1c1d3eb26631abea4e055148f4dee35ca7a17960..80ccce7f578391674b55a88cc46ac45ad364e5d3 100644 (file)
@@ -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 bash-completion-r1 git-2 elisp-common
 
-DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely using gpg, pwgen, and git"
+DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely"
 HOMEPAGE="http://www.passwordstore.org/"
 EGIT_REPO_URI="http://git.zx2c4.com/password-store"