Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/
Date: Wed, 20 Oct 2021 03:02:47
Message-Id: 1634698950.5e41813dc0345eee7f0b59aa50df17d2c88bdbd7.sam@gentoo
1 commit: 5e41813dc0345eee7f0b59aa50df17d2c88bdbd7
2 Author: RockyBukake <35773324+RockyBukake <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sat Oct 2 17:23:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 20 03:02:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e41813d
7
8 app-emulation/vagrant: Add "rexml" dependency
9
10 Current ebuild causes ruby to complain about missing "rexml" dependency:
11 ```
12 /usr/lib64/ruby/site_ruby/2.6.0/rubygems/dependency.rb:313:in `to_specs': Could not find 'rexml' (>= 3.2) - did find: [rexml-3.1.9.1] (Gem::MissingSpecVersionError)
13 Checked in 'GEM_PATH=/home/*****/.local/share/gem/ruby/2.6.0:/usr/lib64/ruby/gems/2.6.0:/usr/local/lib64/ruby/gems/2.6.0' , execute `gem env` for more information
14 from /usr/lib64/ruby/site_ruby/2.6.0/rubygems/dependency.rb:323:in `to_spec'
15 from /usr/lib64/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_gem.rb:62:in `gem'
16 from /usr/lib64/ruby/gems/2.6.0/gems/vagrant-2.2.18/bin/vagrant:95:in `block (2 levels) in <main>'
17 from /usr/lib64/ruby/gems/2.6.0/gems/vagrant-2.2.18/bin/vagrant:94:in `each'
18 from /usr/lib64/ruby/gems/2.6.0/gems/vagrant-2.2.18/bin/vagrant:94:in `block in <main>'
19 from /usr/lib64/ruby/gems/2.6.0/gems/vagrant-2.2.18/bin/vagrant:105:in `<main>'
20 ```
21
22 [sam: revbumped with git mv because it's broken at runtime and we're changing/
23 fixing a runtime dependency.]
24
25 Closes: https://bugs.gentoo.org/816216
26 Closes: https://github.com/gentoo/gentoo/pull/22467
27 Signed-off-by: Sam James <sam <AT> gentoo.org>
28
29 .../vagrant/{vagrant-2.2.18.ebuild => vagrant-2.2.18-r1.ebuild} | 1 +
30 1 file changed, 1 insertion(+)
31
32 diff --git a/app-emulation/vagrant/vagrant-2.2.18.ebuild b/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild
33 similarity index 98%
34 rename from app-emulation/vagrant/vagrant-2.2.18.ebuild
35 rename to app-emulation/vagrant/vagrant-2.2.18-r1.ebuild
36 index 208e7ee1537..2b6991ee84d 100644
37 --- a/app-emulation/vagrant/vagrant-2.2.18.ebuild
38 +++ b/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild
39 @@ -44,6 +44,7 @@ ruby_add_rdepend "
40 >=dev-ruby/net-ssh-6.1.0
41 dev-ruby/rest-client:2
42 >=dev-ruby/vagrant_cloud-3.0.5
43 + >=dev-ruby/rexml-3.2.5
44 "
45
46 ruby_add_bdepend "