mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 12:20:59 +02:00
wpscan: do not allow bundler:2, fix https://github.com/pentoo/pentoo-overlay/issues/676
This commit is contained in:
parent
9fa66a1761
commit
ac05cd46ea
1 changed files with 3 additions and 1 deletions
|
|
@ -17,9 +17,11 @@ KEYWORDS="~amd64"
|
|||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
ruby_add_bdepend "dev-ruby/bundler"
|
||||
ruby_add_bdepend "dev-ruby/bundler
|
||||
!dev-ruby/bundler:0"
|
||||
ruby_add_rdepend "
|
||||
=dev-ruby/cms_scanner-0.12*
|
||||
|
||||
"
|
||||
|
||||
each_ruby_prepare() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue