mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-ruby/travis: fix deps
Fix #1648 gh Gentoo-bug: 578458 Package-Manager: portage-2.2.28
This commit is contained in:
@@ -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) "
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user