mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
net-analyzer/metasploit: fix magic dep
somehow this fails without faraday despite not directly needing it. maybe it's the fault of activesupport but I'm not really sure. it's needed, now it's there. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
@@ -45,6 +45,7 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl
|
||||
dev-ruby/bundler
|
||||
dev-ruby/dnsruby
|
||||
dev-ruby/faker
|
||||
dev-ruby/faraday
|
||||
dev-ruby/filesize:*
|
||||
dev-ruby/jsobfu:*
|
||||
dev-ruby/json:*
|
||||
@@ -239,6 +240,10 @@ all_ruby_prepare() {
|
||||
#https://bugs.gentoo.org/show_bug.cgi?id=584522 no tzinfo-data by choice in gentoo
|
||||
sed -i '/tzinfo-data/d' metasploit-framework.gemspec
|
||||
|
||||
#fails without faraday in Gemfile.lock
|
||||
#despite activesupport(?) needing it, it doesn't end up there :-(
|
||||
sed -i "/'activesupport'/a \ \ spec.add_runtime_dependency 'faraday'" metasploit-framework.gemspec
|
||||
|
||||
#let's bogart msfupdate
|
||||
rm msfupdate
|
||||
echo "#!/bin/sh" > msfupdate
|
||||
Reference in New Issue
Block a user