From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-864430-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id B7E861388C0
	for <garchives@archives.gentoo.org>; Sat, 20 Feb 2016 09:50:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6472421C011;
	Sat, 20 Feb 2016 09:50:03 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id F091E21C011
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Feb 2016 09:50:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E2902340BC7
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Feb 2016 09:40:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C0D88DB
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Feb 2016 09:40:20 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org>
Message-ID: <1455961214.b562a0b83df9b4d2bd95009f1d8de24d304e56ff.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sawyer/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/sawyer/sawyer-0.7.0.ebuild
X-VCS-Directories: dev-ruby/sawyer/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: b562a0b83df9b4d2bd95009f1d8de24d304e56ff
X-VCS-Branch: master
Date: Sat, 20 Feb 2016 09:40:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: e7ba02e9-221f-4060-8b9e-c4ca1f9c524a
X-Archives-Hash: 741d36e172e205c87d9050254a778a8c

commit:     b562a0b83df9b4d2bd95009f1d8de24d304e56ff
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 09:37:01 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 09:40:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b562a0b8

dev-ruby/sawyer: update dependencies to match gemspec

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/sawyer/sawyer-0.7.0.ebuild b/dev-ruby/sawyer/sawyer-0.7.0.ebuild
index 1aad388..f1f43f2 100644
--- a/dev-ruby/sawyer/sawyer-0.7.0.ebuild
+++ b/dev-ruby/sawyer/sawyer-0.7.0.ebuild
@@ -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"