summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-03-02 07:18:33 +0100
committerHans de Graaff <graaff@gentoo.org>2017-03-02 07:18:33 +0100
commit8f3c5c5470d47199651ec3d6544217149307a1c5 (patch)
treec9b8737c2130ad732a7e549b2a3b2a5acdcc4682
parentdev-ruby/ruby-progressbar: drop ruby20 (diff)
downloadgentoo-8f3c5c5470d47199651ec3d6544217149307a1c5.tar.gz
gentoo-8f3c5c5470d47199651ec3d6544217149307a1c5.tar.bz2
gentoo-8f3c5c5470d47199651ec3d6544217149307a1c5.zip
dev-ruby/ruby-progressbar: add missing timecop test dependency, fixing bug 595896
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 dc9bee8d5d71..bb1d45593058 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:^:#:' \