commit: 08628a718b60429b23be9af7258cff782d28ab45 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Fri Feb 17 15:01:40 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Feb 17 20:17:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08628a71
app-emacs/stripes: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 app-emacs/stripes/stripes-0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/stripes/stripes-0.2-r1.ebuild b/app-emacs/stripes/stripes-0.2-r1.ebuild index d6969a810d..73ee928917 100644 --- a/app-emacs/stripes/stripes-0.2-r1.ebuild +++ b/app-emacs/stripes/stripes-0.2-r1.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 elisp -DESCRIPTION="An Emacs mode which highlights every even line with an alternative background color" +DESCRIPTION="Emacs mode which highlights every even line with an alternative background color" HOMEPAGE="http://www.emacswiki.org/emacs/StripesMode" SRC_URI="mirror://gentoo/${P}.tar.gz"
