dev-ruby/sawyer: update dependencies to match gemspec
authorHans de Graaff <graaff@gentoo.org>
Sat, 20 Feb 2016 09:37:01 +0000 (10:37 +0100)
committerHans de Graaff <graaff@gentoo.org>
Sat, 20 Feb 2016 09:40:14 +0000 (10:40 +0100)
Add the version guards that are expressed in the gemspec
since the gem won't be loaded without these specific versions
present, and it's better to break things consistently.

Package-Manager: portage-2.2.26

dev-ruby/sawyer/sawyer-0.7.0.ebuild

index 1aad3880543e1ad661431279e63484cb2fad16ce..f1f43f29f1d971a71bc3722c4c7f9d3a5d999bac 100644 (file)
@@ -18,5 +18,5 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-ruby_add_rdepend "dev-ruby/faraday
-       dev-ruby/addressable"
+ruby_add_rdepend "<dev-ruby/faraday-0.10
+       <dev-ruby/addressable-2.5"