summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-02-12 06:50:13 +0100
committerHans de Graaff <graaff@gentoo.org>2017-02-12 06:50:13 +0100
commit85f8669fb0866f6cb999328b2379bebb9b5fcb35 (patch)
tree155a7d4ebc902ec5a947b799e2457f402ce31a8f /dev-ruby
parentdev-ruby/blankslate: add ruby24 (diff)
downloadgentoo-85f8669fb0866f6cb999328b2379bebb9b5fcb35.tar.gz
gentoo-85f8669fb0866f6cb999328b2379bebb9b5fcb35.tar.bz2
gentoo-85f8669fb0866f6cb999328b2379bebb9b5fcb35.zip
dev-ruby/introspection: add missing test dependency on blankslate
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/introspection/introspection-0.0.4.ebuild4
1 files changed, 3 insertions, 1 deletions
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
}