app-emulation/vagrant: loosen dep on dev-ruby/childprocess
authorTomas Mozes <tmozes@sygic.com>
Wed, 8 Feb 2017 07:28:05 +0000 (08:28 +0100)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 11 Feb 2017 11:33:44 +0000 (22:33 +1100)
Gentoo-bug: 608522

app-emulation/vagrant/vagrant-1.9.1-r1.ebuild [moved from app-emulation/vagrant/vagrant-1.9.1.ebuild with 92% similarity]

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 7e87339fa8547f1bfc4be6a7d4dbebf9c1486cae..de188aa351a59008b6a026564b6d1506dd439133 100644 (file)
@@ -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