diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-17 16:54:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:17:20 +0100 |
commit | 0651a06da06f2e250f4034486e4ad8b19b26d176 (patch) | |
tree | 50adc7c6bc5397e0ff985e713f2b54b371aa5dae /app-editors | |
parent | app-editors/jove: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-0651a06da06f2e250f4034486e4ad8b19b26d176.tar.gz gentoo-0651a06da06f2e250f4034486e4ad8b19b26d176.tar.bz2 gentoo-0651a06da06f2e250f4034486e4ad8b19b26d176.zip |
app-editors/lfhex: 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-editors')
-rw-r--r-- | app-editors/lfhex/lfhex-0.42.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |