From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1332032-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FD5C158086 for <garchives@archives.gentoo.org>; Wed, 20 Oct 2021 03:02:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 496DCE0809; Wed, 20 Oct 2021 03:02:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29939E07A7 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Oct 2021 03:02:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D66B342E9A for <gentoo-commits@lists.gentoo.org>; Wed, 20 Oct 2021 03:02:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3B39101 for <gentoo-commits@lists.gentoo.org>; Wed, 20 Oct 2021 03:02:43 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1634698950.5e41813dc0345eee7f0b59aa50df17d2c88bdbd7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vagrant/vagrant-2.2.18-r1.ebuild app-emulation/vagrant/vagrant-2.2.18.ebuild X-VCS-Directories: app-emulation/vagrant/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5e41813dc0345eee7f0b59aa50df17d2c88bdbd7 X-VCS-Branch: master Date: Wed, 20 Oct 2021 03:02:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 820a0fdd-ef86-4e49-871a-59f0e2e5fcf8 X-Archives-Hash: 1c1ef5afa92b60117820a87ec17a7a13 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 "