From 85f8669fb0866f6cb999328b2379bebb9b5fcb35 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 12 Feb 2017 06:50:13 +0100 Subject: [PATCH] dev-ruby/introspection: add missing test dependency on blankslate Package-Manager: portage-2.3.3 --- dev-ruby/introspection/introspection-0.0.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ruby/introspection/introspection-0.0.4.ebuild b/dev-ruby/introspection/introspection-0.0.4.ebuild index 33dbf229f0d5..be5dad829063 100644 --- a/dev-ruby/introspection/introspection-0.0.4.ebuild +++ b/dev-ruby/introspection/introspection-0.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,6 +22,8 @@ IUSE="" ruby_add_rdepend ">=dev-ruby/metaclass-0.0.1" +ruby_add_bdepend "test? ( dev-ruby/blankslate )" + all_ruby_prepare() { sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die } -- 2.26.2