Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/
Date: Tue, 24 Jul 2018 18:54:15
Message-Id: 1532458440.465c1f053f5a57479b24716de7edd6c9d1f5727e.vdupras@gentoo
1 commit: 465c1f053f5a57479b24716de7edd6c9d1f5727e
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 18:54:00 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 18:54:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465c1f05
7
8 app-emulation/vagrant: loosen requirement on rake
9
10 In the interest of stabilizing vagrant soon, we loosen requirement on
11 dev-ruby/rake so it depends on its current stable version. Vagrant
12 builds fine even with rake 10.
13
14 See comment in code.
15
16 Package-Manager: Portage-2.3.43, Repoman-2.3.10
17
18 app-emulation/vagrant/vagrant-2.1.2-r1.ebuild | 6 +++++-
19 1 file changed, 5 insertions(+), 1 deletion(-)
20
21 diff --git a/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild b/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild
22 index c41ac30accb..77b5794d567 100644
23 --- a/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild
24 +++ b/app-emulation/vagrant/vagrant-2.1.2-r1.ebuild
25 @@ -41,8 +41,12 @@ ruby_add_rdepend "
26 <dev-ruby/mime-types-3:*
27 "
28
29 +# upstream specifies rake>=12 but it apparently doesn't need something this
30 +# recent. Because vagrant builds fine with rake 10 and because stabilizing rake
31 +# is tricky, we specify a lower dependency requirement here. This way, we'll be
32 +# able to stabilize vagrant sooner.
33 ruby_add_bdepend "
34 - >=dev-ruby/rake-12.0.0
35 + >=dev-ruby/rake-10.0.0
36 "
37
38 all_ruby_prepare() {