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/oauth2/
Date: Thu, 07 May 2020 04:33:00
Message-Id: 1588825904.fe756bf1e9ae9a76259e1bda8912c6ac0e44d6a9.graaff@gentoo
1 commit: fe756bf1e9ae9a76259e1bda8912c6ac0e44d6a9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 04:26:34 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 04:31:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe756bf1
7
8 dev-ruby/oauth2: add missing test dep
9
10 Closes: https://bugs.gentoo.org/721168
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
13
14 dev-ruby/oauth2/oauth2-1.4.4.ebuild | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ruby/oauth2/oauth2-1.4.4.ebuild b/dev-ruby/oauth2/oauth2-1.4.4.ebuild
18 index 97bbd0773f1..50da772debc 100644
19 --- a/dev-ruby/oauth2/oauth2-1.4.4.ebuild
20 +++ b/dev-ruby/oauth2/oauth2-1.4.4.ebuild
21 @@ -28,7 +28,11 @@ ruby_add_rdepend ">=dev-ruby/faraday-0.8 <dev-ruby/faraday-2.0
22 >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1*
23 >=dev-ruby/multi_xml-0.5:0
24 >=dev-ruby/rack-1.2:* <dev-ruby/rack-3:*"
25 -ruby_add_bdepend "test? ( dev-ruby/rspec:3 dev-ruby/rspec-stubbed_env )"
26 +ruby_add_bdepend "test? (
27 + >=dev-ruby/addressable-2.3
28 + dev-ruby/rspec:3
29 + dev-ruby/rspec-stubbed_env
30 +)"
31
32 all_ruby_prepare() {
33 sed -i -e '/simplecov/,/^ end/ s:^:#:' \