From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-862165-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 42EFD58973
	for <garchives@archives.gentoo.org>; Tue,  9 Feb 2016 06:04:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AE44E21C104;
	Tue,  9 Feb 2016 06:04:11 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id CD10021C104
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Feb 2016 06:04:10 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CA2553409EC
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Feb 2016 06:04:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D91461069
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Feb 2016 06:04:07 +0000 (UTC)
From: "Hans de Graaff" <graaff@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, "Hans de Graaff" <graaff@gentoo.org>
Message-ID: <1454997716.9dc82c0b934b0db45ea15617ab50f5fd6ff2eaef.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simplecov/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/simplecov/simplecov-0.11.2.ebuild
X-VCS-Directories: dev-ruby/simplecov/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 9dc82c0b934b0db45ea15617ab50f5fd6ff2eaef
X-VCS-Branch: master
Date: Tue,  9 Feb 2016 06:04:07 +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: 5f95b110-3099-4a53-a07d-dfc3da2d144c
X-Archives-Hash: 8fc286589a1cc5ae6fc151558e63ee0f

commit:     9dc82c0b934b0db45ea15617ab50f5fd6ff2eaef
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 06:01:56 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 06:01:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc82c0b

dev-ruby/simplecov: fix description length

Package-Manager: portage-2.2.26

 dev-ruby/simplecov/simplecov-0.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/simplecov/simplecov-0.11.2.ebuild b/dev-ruby/simplecov/simplecov-0.11.2.ebuild
index 680c2d3..2644b69 100644
--- a/dev-ruby/simplecov/simplecov-0.11.2.ebuild
+++ b/dev-ruby/simplecov/simplecov-0.11.2.ebuild
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_TASK_DOC=""
 
 inherit ruby-fakegem
 
-DESCRIPTION="Code coverage with a configuration library and automatic merging of coverage across test suites"
+DESCRIPTION="Code coverage with a configuration library and merging across test suites"
 HOMEPAGE="https://www.ruby-toolbox.com/projects/simplecov https://github.com/colszowka/simplecov"
 LICENSE="MIT"