Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/typhoeus/
Date: Sat, 16 Feb 2019 23:52:12
Message-Id: 1550361088.fec0d098267340444978128d55b621efa7754c6a.robbat2@gentoo
1 commit: fec0d098267340444978128d55b621efa7754c6a
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 23:33:33 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 23:51:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec0d098
7
8 dev-ruby/typhoeus: add missing test dependency on dev-ruby/dalli
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12
13 dev-ruby/typhoeus/typhoeus-1.3.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/typhoeus/typhoeus-1.3.1.ebuild b/dev-ruby/typhoeus/typhoeus-1.3.1.ebuild
17 index 93bf4dcea13..049e000a88b 100644
18 --- a/dev-ruby/typhoeus/typhoeus-1.3.1.ebuild
19 +++ b/dev-ruby/typhoeus/typhoeus-1.3.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -23,7 +23,7 @@ IUSE=""
27
28 ruby_add_rdepend ">=dev-ruby/ethon-0.9.0"
29
30 -ruby_add_bdepend "test? ( dev-ruby/json >=dev-ruby/faraday-0.9 >=dev-ruby/sinatra-1.3 >=dev-ruby/redis-3.0 )"
31 +ruby_add_bdepend "test? ( dev-ruby/json >=dev-ruby/faraday-0.9 >=dev-ruby/sinatra-1.3 >=dev-ruby/redis-3.0 >=dev-ruby/dalli-2.7.9 )"
32
33 all_ruby_prepare() {
34 sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die