Skip to content

Commit

Permalink
app-emulation/vagrant: loosen requirement on rake
Browse files Browse the repository at this point in the history
In the interest of stabilizing vagrant soon, we loosen requirement on
dev-ruby/rake so it depends on its current stable version. Vagrant
builds fine even with rake 10.

See comment in code.

Package-Manager: Portage-2.3.43, Repoman-2.3.10
  • Loading branch information
Virgil Dupras committed Jul 24, 2018
1 parent 4f58900 commit 465c1f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app-emulation/vagrant/vagrant-2.1.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ ruby_add_rdepend "
<dev-ruby/mime-types-3:*
"

# upstream specifies rake>=12 but it apparently doesn't need something this
# recent. Because vagrant builds fine with rake 10 and because stabilizing rake
# is tricky, we specify a lower dependency requirement here. This way, we'll be
# able to stabilize vagrant sooner.
ruby_add_bdepend "
>=dev-ruby/rake-12.0.0
>=dev-ruby/rake-10.0.0
"

all_ruby_prepare() {
Expand Down

0 comments on commit 465c1f0

Please sign in to comment.