commit: f567303257d9f0d0db70b37f053ea65bb3af3ef8
Author: Tomas Mozes <tmozes <AT> sygic <DOT> com>
AuthorDate: Wed Feb 8 07:28:05 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 11:33:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5673032
app-emulation/vagrant: loosen dep on dev-ruby/childprocess
Gentoo-bug: 608522
.../vagrant/{vagrant-1.9.1.ebuild => vagrant-1.9.1-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-emulation/vagrant/vagrant-1.9.1.ebuild
b/app-emulation/vagrant/vagrant-1.9.1-r1.ebuild
similarity index 92%
rename from app-emulation/vagrant/vagrant-1.9.1.ebuild
rename to app-emulation/vagrant/vagrant-1.9.1-r1.ebuild
index 7e87339fa8..de188aa351 100644
--- a/app-emulation/vagrant/vagrant-1.9.1.ebuild
+++ b/app-emulation/vagrant/vagrant-1.9.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
@@ -51,7 +51,7 @@ all_ruby_prepare() {
rm Gemfile || die
# loosen dependencies
- sed -e '/hashicorp-checkpoint\|listen\|net-ssh\|net-scp\|rake/s/~>/>=/'
\
+ sed -e
'/hashicorp-checkpoint\|listen\|net-ssh\|net-scp\|rake\|childprocess/s/~>/>=/' \
-e '/ruby_dep/s/<=/>=/' \
-e '/nokogiri/s/=/>=/' \
-i ${PN}.gemspec || die