From: Harri Nieminen Date: Fri, 17 Feb 2017 14:54:21 +0000 (+0200) Subject: app-editors/lfhex: Fix toolong.DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0651a06da06f2e250f4034486e4ad8b19b26d176;p=gentoo.git app-editors/lfhex: 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-editors/lfhex/lfhex-0.42.ebuild b/app-editors/lfhex/lfhex-0.42.ebuild index 0c18872bcdeb..9143344106bc 100644 --- a/app-editors/lfhex/lfhex-0.42.ebuild +++ b/app-editors/lfhex/lfhex-0.42.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 inherit eutils qt4-r2 -DESCRIPTION="A fast, efficient hex-editor with support for large files and comparing binary files" +DESCRIPTION="A fast hex-editor with support for large files and comparing binary files" HOMEPAGE="http://stoopidsimple.com/lfhex" SRC_URI="http://stoopidsimple.com/files/${P}.tar.gz"