commit: 8f3c5c5470d47199651ec3d6544217149307a1c5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 06:18:33 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 06:18:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3c5c54
dev-ruby/ruby-progressbar: add missing timecop test dependency, fixing bug
595896
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
index dc9bee8d5d7..bb1d4559305 100644
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~hppa ~ppc64 ~amd64-linux ~x86-linux
~ppc-macos ~x64-macos ~x86
IUSE="test"
-ruby_add_bdepend "test? ( dev-ruby/rspectacular )"
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
all_ruby_prepare() {
sed -i -e '/warning_filter/ s:^:#:' \