commit:     5e14bd3a9ec9a4871a72ef2897095d19a0cfb99f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 20:34:02 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 20:34:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e14bd3a

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 <gyakovlev <AT> gentoo.org>

 .../{vagrant_cloud-2.0.3.ebuild => vagrant_cloud-2.0.3-r1.ebuild}   | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

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 3957f5bc92f..c3ef5f12f0f 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
 }

Reply via email to