commit: 85f8669fb0866f6cb999328b2379bebb9b5fcb35
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 05:50:13 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 05:50:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f8669f
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 33dbf229f0..be5dad8290 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
}