mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
wpscan: relex activesupport, attempt 2
This commit is contained in:
parent
2d6155248a
commit
77dfbf8c7e
2 changed files with 10 additions and 0 deletions
|
|
@ -25,3 +25,8 @@ ruby_add_rdepend "dev-ruby/activesupport:*
|
|||
dev-ruby/typhoeus:1
|
||||
=dev-ruby/xmlrpc-0.3*
|
||||
>=dev-ruby/yajl-ruby-1.4.1"
|
||||
|
||||
each_ruby_prepare() {
|
||||
#relax 5.2 to any
|
||||
sed -i -e '/activesupport/,/^-/ s:^:#:' ../metadata || die
|
||||
}
|
||||
|
|
@ -16,3 +16,8 @@ IUSE="test"
|
|||
|
||||
ruby_add_rdepend "dev-ruby/activesupport:*
|
||||
>=dev-ruby/addressable-2.5.0"
|
||||
|
||||
each_ruby_prepare() {
|
||||
#relax 5.2 to any
|
||||
sed -i -e '/activesupport/,/^-/ s:^:#:' ../metadata || die
|
||||
}
|
||||
Loading…
Reference in a new issue