mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
opt_parse_validator: fix https://github.com/pentoo/pentoo-overlay/issues/1204
This commit is contained in:
parent
39d4f39e60
commit
7f62174b95
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ IUSE="test"
|
|||
#No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
|
||||
RESTRICT="test"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/activesupport:*
|
||||
>=dev-ruby/addressable-2.5.2"
|
||||
ruby_add_rdepend "<dev-ruby/activesupport-6.2.0:*
|
||||
>=dev-ruby/addressable-2.5.2 <dev-ruby/addressable-2.9"
|
||||
|
||||
#each_ruby_prepare() {
|
||||
# #relax 5.1 to any
|
||||
Loading…
Reference in a new issue