Skip to content

Commit

Permalink
dev-ruby/travis: fix deps
Browse files Browse the repository at this point in the history
Fix #1648 gh
Gentoo-bug: 578458

Package-Manager: portage-2.2.28
  • Loading branch information
junghans committed Jun 11, 2016
1 parent 59618c9 commit 7f4ee94
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -7,6 +7,8 @@ USE_RUBY="ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec"

RUBY_FAKEGEM_GEMSPEC="travis.gemspec"

inherit bash-completion-r1 ruby-fakegem

DESCRIPTION="Travis CI Client (CLI and Ruby library) "
Expand Down Expand Up @@ -34,6 +36,10 @@ ruby_add_rdepend "
>=dev-ruby/typhoeus-0.6.8
"

all_ruby_prepare() {
sed -i -e '/typhoeus/s/~> 0.6/>= 0.6/' travis.gemspec || die
}

all_ruby_install() {
all_fakegem_install

Expand Down

0 comments on commit 7f4ee94

Please sign in to comment.