commit: c84cb3e2f078a4337448827f19c29e31b4906d7d Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri Mar 13 05:42:24 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Mar 13 05:42:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84cb3e2
app-emulation/vagrant: revbump, fix ruby_dep dep Closes: https://github.com/gentoo/gentoo/pull/14938 Closes: https://bugs.gentoo.org/711576 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> .../vagrant/{vagrant-2.2.7.ebuild => vagrant-2.2.7-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-emulation/vagrant/vagrant-2.2.7.ebuild b/app-emulation/vagrant/vagrant-2.2.7-r1.ebuild similarity index 94% rename from app-emulation/vagrant/vagrant-2.2.7.ebuild rename to app-emulation/vagrant/vagrant-2.2.7-r1.ebuild index d81979d0d04..19daab60aa2 100644 --- a/app-emulation/vagrant/vagrant-2.2.7.ebuild +++ b/app-emulation/vagrant/vagrant-2.2.7-r1.ebuild @@ -59,7 +59,6 @@ all_ruby_prepare() { # loosen dependencies sed -e '/hashicorp-checkpoint\|i18n\|listen\|net-ssh\|net-scp\|rake\|childprocess/s/~>/>=/' \ - -e '/ruby_dep/s/<=/>=/' \ -i ${PN}.gemspec || die # remove windows-specific gems @@ -70,6 +69,10 @@ all_ruby_prepare() { sed -e '/rb-kqueue/d' \ -i ${PN}.gemspec || die + # remove ruby_dep, it's unused and only listed to loosen ruby implementation deps + sed -e '/ruby_dep/d' \ + -i ${PN}.gemspec || die + sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" || die }
