diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-16 20:24:53 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:16:15 +0100 |
commit | 7b50433f80eb52a59c3924d22a040c9440b48014 (patch) | |
tree | 1946bf940bc1aae0384bb9faec7cedf62df2b6e5 /app-arch | |
parent | app-arch/upx-bin: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-7b50433f80eb52a59c3924d22a040c9440b48014.tar.gz gentoo-7b50433f80eb52a59c3924d22a040c9440b48014.tar.bz2 gentoo-7b50433f80eb52a59c3924d22a040c9440b48014.zip |
app-arch/zopfli: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zopfli/zopfli-1.0.0_p20140705.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |