From 47323424c44cc7f75a2363ffcd9d9c59e5da54f1 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 9 Feb 2019 11:55:33 +0100 Subject: [PATCH] dev-ruby/puppet_forge: fix gemspec to match deps in ebuild Signed-off-by: Hans de Graaff Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- dev-ruby/puppet_forge/puppet_forge-2.2.9.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-ruby/puppet_forge/puppet_forge-2.2.9.ebuild b/dev-ruby/puppet_forge/puppet_forge-2.2.9.ebuild index 7223fbcbc0f0..e343cdbdd5dc 100644 --- a/dev-ruby/puppet_forge/puppet_forge-2.2.9.ebuild +++ b/dev-ruby/puppet_forge/puppet_forge-2.2.9.ebuild @@ -9,6 +9,8 @@ RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + inherit ruby-fakegem DESCRIPTION="Tools to access Forge API information on Modules, Users, and Releases" @@ -30,4 +32,10 @@ ruby_add_rdepend " all_ruby_prepare() { # Avoid integration and user specs since they all require network access rm -rf spec/integration spec/unit/forge/v3/user_spec.rb || die + + # Fix overly restrictive dependencies + sed -i \ + -e '/faraday/ s/0.14.0/0.99.0/' \ + -e '/faraday_middleware/ s/0.13.0/0.99.0/' \ + ${RUBY_FAKEGEM_GEMSPEC} || die } -- 2.26.2