From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-932388-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8E0B4139694
	for <garchives@archives.gentoo.org>; Sat, 18 Feb 2017 08:32:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9F3FFE0D4E;
	Sat, 18 Feb 2017 08:32:35 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7D661E0D4E
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Feb 2017 08:32:35 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2D06D340EF6
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Feb 2017 08:32:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 966864BE9
	for <gentoo-commits@lists.gentoo.org>; Sat, 18 Feb 2017 08:32:32 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1487406735.3c72af155d6ad325f91fe19cd5b413c83dd75b64.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/stripes/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/stripes/stripes-0.2-r1.ebuild
X-VCS-Directories: app-emacs/stripes/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 3c72af155d6ad325f91fe19cd5b413c83dd75b64
X-VCS-Branch: master
Date: Sat, 18 Feb 2017 08:32:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: fe884e9d-e0d7-48e3-ab56-91ab813d40a7
X-Archives-Hash: 474b30361d60f104dedd3d3e949a0935

commit:     3c72af155d6ad325f91fe19cd5b413c83dd75b64
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 08:30:44 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 08:32:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c72af15

app-emacs/stripes: Fix DESCRIPTION.

https://en.oxforddictionaries.com/usage/that-or-which

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emacs/stripes/stripes-0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/stripes/stripes-0.2-r1.ebuild b/app-emacs/stripes/stripes-0.2-r1.ebuild
index 73ee928917..11c2f94fb4 100644
--- a/app-emacs/stripes/stripes-0.2-r1.ebuild
+++ b/app-emacs/stripes/stripes-0.2-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit elisp
 
-DESCRIPTION="Emacs mode which highlights every even line with an alternative background color"
+DESCRIPTION="An Emacs mode that alternates the background color of lines"
 HOMEPAGE="http://www.emacswiki.org/emacs/StripesMode"
 SRC_URI="mirror://gentoo/${P}.tar.gz"