commit: c8b5830af571e6ca98629a2874be56923e876444 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Fri Feb 17 14:55:23 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Feb 17 20:17:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b5830a
app-editors/wily: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 app-editors/wily/wily-1.0-r1.ebuild | 4 ++-- 1 file 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 02ba6baad2..8df1ee4dfd 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"
