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:36:29
Message-Id: 1459125374.d661eb58e8a0d493e3cdb381ad153759cd95a503.mrueg@gentoo
1 commit: d661eb58e8a0d493e3cdb381ad153759cd95a503
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 00:36:14 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 00:36:14 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=d661eb58
7
8 dev-ruby/omniauth-openid: Fix dep restriction properly
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/omniauth-openid/omniauth-openid-1.0.1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
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 0845d72..003fec3 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 @@ -30,4 +30,5 @@ ruby_add_bdepend "test? ( >=dev-ruby/rack-test-0.5
20
21 all_ruby_prepare() {
22 sed -i -e "/[Ss]imple[Cc]ov/d" spec/spec_helper.rb || die
23 + sed -i -e "s/1.3.1/'1.3'/" ../metadata || die
24 }