diff options
author | Tomas Mozes <tmozes@sygic.com> | 2017-02-08 08:28:05 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-02-11 22:33:44 +1100 |
commit | f567303257d9f0d0db70b37f053ea65bb3af3ef8 (patch) | |
tree | 9861e44d5f31e0d256080825da71a28d52979365 /app-emulation/vagrant | |
parent | sys-auth/elogind: Drop old (diff) | |
download | gentoo-f567303257d9f0d0db70b37f053ea65bb3af3ef8.tar.gz gentoo-f567303257d9f0d0db70b37f053ea65bb3af3ef8.tar.bz2 gentoo-f567303257d9f0d0db70b37f053ea65bb3af3ef8.zip |
app-emulation/vagrant: loosen dep on dev-ruby/childprocess
Gentoo-bug: 608522
Diffstat (limited to 'app-emulation/vagrant')
-rw-r--r-- | app-emulation/vagrant/vagrant-1.9.1-r1.ebuild (renamed from app-emulation/vagrant/vagrant-1.9.1.ebuild) | 6 |
1 files 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 index 7e87339fa854..de188aa351a5 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 |