Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: dev-ruby/omniauth-openid/
Date: Mon, 28 Mar 2016 00:33:34
Message-Id: 1459125196.d28f29cf1bea54d092752a621c6f28625cf09e67.mrueg@gentoo
1 commit: d28f29cf1bea54d092752a621c6f28625cf09e67
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 00:33:16 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 00:33:16 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=d28f29cf
7
8 dev-ruby/omniauth-openid: Fix dep restriction
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/omniauth-openid/omniauth-openid-1.0.1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/omniauth-openid/omniauth-openid-1.0.1.ebuild b/dev-ruby/omniauth-openid/omniauth-openid-1.0.1.ebuild
16 index ba8d519..0845d72 100644
17 --- a/dev-ruby/omniauth-openid/omniauth-openid-1.0.1.ebuild
18 +++ b/dev-ruby/omniauth-openid/omniauth-openid-1.0.1.ebuild
19 @@ -21,8 +21,7 @@ IUSE=""
20
21 ruby_add_rdepend ">=dev-ruby/omniauth-1.0
22 <dev-ruby/omniauth-2
23 - >=dev-ruby/rack-openid-1.3.1
24 - <dev-ruby/rack-openid-1.4"
25 + >=dev-ruby/rack-openid-1.3.1"
26
27 ruby_add_bdepend "test? ( >=dev-ruby/rack-test-0.5
28 <dev-ruby/rack-test-1