commit:     5e41813dc0345eee7f0b59aa50df17d2c88bdbd7
Author:     RockyBukake <35773324+RockyBukake <AT> users <DOT> noreply <DOT> 
github <DOT> com>
AuthorDate: Sat Oct  2 17:23:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 03:02:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e41813d

app-emulation/vagrant: Add "rexml" dependency

Current ebuild causes ruby to complain about missing "rexml" dependency:
```
/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)
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
        from /usr/lib64/ruby/site_ruby/2.6.0/rubygems/dependency.rb:323:in 
`to_spec'
        from 
/usr/lib64/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_gem.rb:62:in `gem'
        from /usr/lib64/ruby/gems/2.6.0/gems/vagrant-2.2.18/bin/vagrant:95:in 
`block (2 levels) in <main>'
        from /usr/lib64/ruby/gems/2.6.0/gems/vagrant-2.2.18/bin/vagrant:94:in 
`each'
        from /usr/lib64/ruby/gems/2.6.0/gems/vagrant-2.2.18/bin/vagrant:94:in 
`block in <main>'
        from /usr/lib64/ruby/gems/2.6.0/gems/vagrant-2.2.18/bin/vagrant:105:in 
`<main>'
```

[sam: revbumped with git mv because it's broken at runtime and we're changing/
fixing a runtime dependency.]

Closes: https://bugs.gentoo.org/816216
Closes: https://github.com/gentoo/gentoo/pull/22467
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../vagrant/{vagrant-2.2.18.ebuild => vagrant-2.2.18-r1.ebuild}          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/vagrant/vagrant-2.2.18.ebuild 
b/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild
similarity index 98%
rename from app-emulation/vagrant/vagrant-2.2.18.ebuild
rename to app-emulation/vagrant/vagrant-2.2.18-r1.ebuild
index 208e7ee1537..2b6991ee84d 100644
--- a/app-emulation/vagrant/vagrant-2.2.18.ebuild
+++ b/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild
@@ -44,6 +44,7 @@ ruby_add_rdepend "
        >=dev-ruby/net-ssh-6.1.0
        dev-ruby/rest-client:2
        >=dev-ruby/vagrant_cloud-3.0.5
+       >=dev-ruby/rexml-3.2.5
 "
 
 ruby_add_bdepend "

Reply via email to