A new release has been rolled out https://github.com/mitchellh/vagrant/releases. Going to attach a diff... Reproducible: Always
Created attachment 455442 [details, diff] Remove inappropriate patches, add a new one. Also I've added a code to generate vagrant binary, from ${FILESDIR}/vagrant.in, to reduce maintenance action on further version bumps.
Created attachment 455444 [details, diff] A patch to workaround the problem I've faced The upstream bug is here: https://github.com/mitchellh/vagrant/issues/8076
Created attachment 455446 [details] Template to render an executable
https://github.com/gentoo/gentoo/pull/3201
commit 426344635861bb968335ccdb0d7a4f3ea1f4b101 (HEAD) Author: Tomas Mozes <hydrapolic@gmail.com> AuthorDate: Wed Dec 21 12:38:36 2016 +0100 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Thu Dec 22 10:28:29 2016 +0100 app-emulation/vagrant: version bump to 1.9.1. Gentoo-Bug: https://bugs.gentoo.org/601930 Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3201 app-emulation/vagrant/Manifest | 1 + app-emulation/vagrant/files/vagrant-1.9.1 | 45 ++++++++++++++++ app-emulation/vagrant/vagrant-1.9.1.ebuild | 84 ++++++++++++++++++++++++++++++ 3 files changed, 130 insertions(+) create mode 100644 app-emulation/vagrant/files/vagrant-1.9.1 create mode 100644 app-emulation/vagrant/vagrant-1.9.1.ebuild Merged, thanks\!