diff options
author | 2018-07-24 14:54:00 -0400 | |
---|---|---|
committer | 2018-07-24 14:54:00 -0400 | |
commit | 465c1f053f5a57479b24716de7edd6c9d1f5727e (patch) | |
tree | 28517bc7e9a935d8d9aa6ef1728dee724d78e196 /app-emulation/vagrant | |
parent | www-servers/nginx: bump to v1.15.2 mainline (diff) | |
download | gentoo-465c1f053f5a57479b24716de7edd6c9d1f5727e.tar.gz gentoo-465c1f053f5a57479b24716de7edd6c9d1f5727e.tar.bz2 gentoo-465c1f053f5a57479b24716de7edd6c9d1f5727e.zip |
app-emulation/vagrant: loosen requirement on rake
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
Diffstat (limited to 'app-emulation/vagrant')
-rw-r--r-- | app-emulation/vagrant/vagrant-2.1.2-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild b/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild index c41ac30accbd..77b5794d5670 100644 --- a/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild +++ b/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild @@ -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() { |