commit: 443677ccf60515ac4df27823e9a49d8a0293de38 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat Feb 18 07:26:46 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 18 09:53:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443677cc
app-text/qpdf: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4003 app-text/qpdf/qpdf-5.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/qpdf/qpdf-5.1.1-r1.ebuild b/app-text/qpdf/qpdf-5.1.1-r1.ebuild index 2f40600178..932a82e5f7 100644 --- a/app-text/qpdf/qpdf-5.1.1-r1.ebuild +++ b/app-text/qpdf/qpdf-5.1.1-r1.ebuild @@ -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 eutils -DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files" +DESCRIPTION="Command-line tool for structural, content-preserving transformation of PDF files" HOMEPAGE="http://qpdf.sourceforge.net/" SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
