dev-ruby/introspection: add missing test dependency on blankslate
authorHans de Graaff <graaff@gentoo.org>
Sun, 12 Feb 2017 05:50:13 +0000 (06:50 +0100)
committerHans de Graaff <graaff@gentoo.org>
Sun, 12 Feb 2017 05:50:13 +0000 (06:50 +0100)
Package-Manager: portage-2.3.3

dev-ruby/introspection/introspection-0.0.4.ebuild

index 33dbf229f0d5a232506ff528fbee3e760454722e..be5dad82906341c928a231327fad12a77a6c6ac1 100644 (file)
@@ -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
 }