diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-17 16:55:23 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:17:23 +0100 |
commit | c8b5830af571e6ca98629a2874be56923e876444 (patch) | |
tree | 8127086359a5bc52678afa170c7a8a35419c70a1 /app-editors/wily | |
parent | app-editors/lfhex: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-c8b5830af571e6ca98629a2874be56923e876444.tar.gz gentoo-c8b5830af571e6ca98629a2874be56923e876444.tar.bz2 gentoo-c8b5830af571e6ca98629a2874be56923e876444.zip |
app-editors/wily: 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/wily')
-rw-r--r-- | app-editors/wily/wily-1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/wily/wily-1.0-r1.ebuild b/app-editors/wily/wily-1.0-r1.ebuild index 02ba6baad28e..8df1ee4dfd32 100644 --- a/app-editors/wily/wily-1.0-r1.ebuild +++ b/app-editors/wily/wily-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ inherit toolchain-funcs MY_P="${P/1.0/9libs}" -DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor for programmers" +DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and editor" HOMEPAGE="http://www.netlib.org/research/9libs/" SRC_URI="ftp://www.netlib.org/research/9libs/${MY_P}.tar.gz" |