diff options
author | RockyBukake <35773324+RockyBukake@users.noreply.github.com> | 2021-10-02 18:23:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-20 03:02:30 +0000 |
commit | 5e41813dc0345eee7f0b59aa50df17d2c88bdbd7 (patch) | |
tree | 228825ea7da2846fe2ea167a8e11459f25707eec /app-emulation/vagrant | |
parent | www-servers/caddy: Bump to version 2.4.5 (diff) | |
download | gentoo-5e41813dc0345eee7f0b59aa50df17d2c88bdbd7.tar.gz gentoo-5e41813dc0345eee7f0b59aa50df17d2c88bdbd7.tar.bz2 gentoo-5e41813dc0345eee7f0b59aa50df17d2c88bdbd7.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation/vagrant')
-rw-r--r-- | app-emulation/vagrant/vagrant-2.2.18-r1.ebuild (renamed from app-emulation/vagrant/vagrant-2.2.18.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/vagrant/vagrant-2.2.18.ebuild b/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild index 208e7ee15372..2b6991ee84d0 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 " |