From: Hans de Graaff Date: Sun, 12 Feb 2017 05:50:13 +0000 (+0100) Subject: dev-ruby/introspection: add missing test dependency on blankslate X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=85f8669fb0866f6cb999328b2379bebb9b5fcb35;p=gentoo.git dev-ruby/introspection: add missing test dependency on blankslate Package-Manager: portage-2.3.3 --- 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 }