From 443677ccf60515ac4df27823e9a49d8a0293de38 Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Sat, 18 Feb 2017 09:26:46 +0200 Subject: [PATCH] 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 2f40600178007..932a82e5f733e 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"