commit: f9485e79b4e2e6a655f9e9e54a1d21b68af19bcc
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 19:54:21 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 19:54:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9485e79
dev-ruby/bourne: Remove ruby19, fix desc
Package-Manager: portage-2.2.27
dev-ruby/bourne/bourne-1.6.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/bourne/bourne-1.6.0.ebuild
b/dev-ruby/bourne/bourne-1.6.0.ebuild
index eb3ffce..0c5e37f 100644
--- a/dev-ruby/bourne/bourne-1.6.0.ebuild
+++ b/dev-ruby/bourne/bourne-1.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -14,7 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit ruby-fakegem
-DESCRIPTION="Extends mocha to allow detailed tracking and querying of stub and
mock invocations"
+DESCRIPTION="Extends mocha to allow tracking and querying of stub and mock
invocations"
HOMEPAGE="https://github.com/thoughtbot/bourne"
LICENSE="MIT"