From bc74977ad508fce27b9e875d781c0381ffad0f9b Mon Sep 17 00:00:00 2001 From: blshkv Date: Sat, 29 Sep 2018 11:13:29 +0800 Subject: [PATCH] wpscan: add missing dep --- .../{wpscan-3.3.0.ebuild => wpscan-3.3.0-r1.ebuild} | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) rename net-analyzer/wpscan/{wpscan-3.3.0.ebuild => wpscan-3.3.0-r1.ebuild} (66%) diff --git a/net-analyzer/wpscan/wpscan-3.3.0.ebuild b/net-analyzer/wpscan/wpscan-3.3.0-r1.ebuild similarity index 66% rename from net-analyzer/wpscan/wpscan-3.3.0.ebuild rename to net-analyzer/wpscan/wpscan-3.3.0-r1.ebuild index a28aabf65..80f38d0b9 100644 --- a/net-analyzer/wpscan/wpscan-3.3.0.ebuild +++ b/net-analyzer/wpscan/wpscan-3.3.0-r1.ebuild @@ -17,14 +17,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -ruby_add_rdepend ">=dev-ruby/addressable-2.5.0 +ruby_add_rdepend "dev-ruby/cms_scanner + >=dev-ruby/addressable-2.5.0 dev-ruby/activesupport:5.2 >=dev-ruby/yajl-ruby-1.3.0 " - -#each_ruby_prepare() { -# rm Gemfile.lock -# MSF_ROOT="." BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die -# MSF_ROOT="." BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die -#} -