summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mozes <tmozes@sygic.com>2017-02-08 08:28:05 +0100
committerMichael Palimaka <kensington@gentoo.org>2017-02-11 22:33:44 +1100
commitf567303257d9f0d0db70b37f053ea65bb3af3ef8 (patch)
tree9861e44d5f31e0d256080825da71a28d52979365
parentsys-auth/elogind: Drop old (diff)
downloadgentoo-f5673032.tar.gz
gentoo-f5673032.tar.bz2
gentoo-f5673032.zip
app-emulation/vagrant: loosen dep on dev-ruby/childprocess
Gentoo-bug: 608522
-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