diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-03-02 07:18:33 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-03-02 07:18:33 +0100 |
commit | 8f3c5c5470d47199651ec3d6544217149307a1c5 (patch) | |
tree | c9b8737c2130ad732a7e549b2a3b2a5acdcc4682 /dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild | |
parent | dev-ruby/ruby-progressbar: drop ruby20 (diff) | |
download | gentoo-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
Diffstat (limited to 'dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild')
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-1.8.1.ebuild | 2 |
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:^:#:' \ |