From: Georgy Yakovlev Date: Fri, 17 Jan 2020 20:34:02 +0000 (-0800) Subject: dev-ruby/vagrant_cloud: revbump 2.0.3 to work with later rest-client X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5e14bd3a9ec9a4871a72ef2897095d19a0cfb99f;p=gentoo.git dev-ruby/vagrant_cloud: revbump 2.0.3 to work with later rest-client Closes: https://bugs.gentoo.org/705342 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev --- diff --git a/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.3.ebuild b/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.3-r1.ebuild similarity index 80% rename from dev-ruby/vagrant_cloud/vagrant_cloud-2.0.3.ebuild rename to dev-ruby/vagrant_cloud/vagrant_cloud-2.0.3-r1.ebuild index 3957f5bc92f9..c3ef5f12f0f1 100644 --- a/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.3.ebuild +++ b/dev-ruby/vagrant_cloud/vagrant_cloud-2.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Gentoo Authors +# Copyright 2018-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,10 +21,12 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -ruby_add_rdepend ">=dev-ruby/rest-client-2.0.2" +ruby_add_rdepend "dev-ruby/rest-client:2" ruby_add_bdepend ">=dev-ruby/rake-10.4 test? ( >=dev-ruby/webmock-3.0 )" all_ruby_prepare() { sed -i -e '/rubocop/I s:^:#:' Rakefile || die + # loosen dependencies + sed -e '/rest-client/s/~>/>=/' -i ${PN}.gemspec || die }