From: Harri Nieminen Date: Thu, 16 Feb 2017 18:24:53 +0000 (+0200) Subject: app-arch/zopfli: Fix toolong.DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7b50433f80eb52a59c3924d22a040c9440b48014;p=gentoo.git app-arch/zopfli: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 --- diff --git a/app-arch/zopfli/zopfli-1.0.0_p20140705.ebuild b/app-arch/zopfli/zopfli-1.0.0_p20140705.ebuild index 558fb9560879..b3184d10da5b 100644 --- a/app-arch/zopfli/zopfli-1.0.0_p20140705.ebuild +++ b/app-arch/zopfli/zopfli-1.0.0_p20140705.ebuild @@ -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 eutils multilib toolchain-funcs vcs-snapshot -DESCRIPTION="Compression library programmed in C to perform very good, but slow, deflate or zlib compression" +DESCRIPTION="Very good, but slow, deflate or zlib compression" HOMEPAGE="https://github.com/Hello71/zopfli/" SRC_URI="https://github.com/Hello71/zopfli/archive/1c07f374419ccb352412fd6403acc2b59ab6cce7.tar.gz -> ${P}.tar.gz"