Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-progressbar/
Date: Thu, 02 Mar 2017 07:02:56
Message-Id: 1488435513.8f3c5c5470d47199651ec3d6544217149307a1c5.graaff@gentoo
1 commit: 8f3c5c5470d47199651ec3d6544217149307a1c5
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 06:18:33 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 06:18:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3c5c54
7
8 dev-ruby/ruby-progressbar: add missing timecop test dependency, fixing bug 595896
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
16 index dc9bee8d5d7..bb1d4559305 100644
17 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
18 +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild
19 @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86
20
21 IUSE="test"
22
23 -ruby_add_bdepend "test? ( dev-ruby/rspectacular )"
24 +ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
25
26 all_ruby_prepare() {
27 sed -i -e '/warning_filter/ s:^:#:' \