Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/introspection/
Date: Sun, 12 Feb 2017 05:53:03
Message-Id: 1486878613.85f8669fb0866f6cb999328b2379bebb9b5fcb35.graaff@gentoo
1 commit: 85f8669fb0866f6cb999328b2379bebb9b5fcb35
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 05:50:13 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 05:50:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f8669f
7
8 dev-ruby/introspection: add missing test dependency on blankslate
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/introspection/introspection-0.0.4.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/introspection/introspection-0.0.4.ebuild b/dev-ruby/introspection/introspection-0.0.4.ebuild
16 index 33dbf229f0..be5dad8290 100644
17 --- a/dev-ruby/introspection/introspection-0.0.4.ebuild
18 +++ b/dev-ruby/introspection/introspection-0.0.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -22,6 +22,8 @@ IUSE=""
26
27 ruby_add_rdepend ">=dev-ruby/metaclass-0.0.1"
28
29 +ruby_add_bdepend "test? ( dev-ruby/blankslate )"
30 +
31 all_ruby_prepare() {
32 sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die
33 }