From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1168922-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7288A138359 for <garchives@archives.gentoo.org>; Thu, 7 May 2020 04:33:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0F04E097A; Thu, 7 May 2020 04:32:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A849E097A for <gentoo-commits@lists.gentoo.org>; Thu, 7 May 2020 04:32:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20BCA34F568 for <gentoo-commits@lists.gentoo.org>; Thu, 7 May 2020 04:32:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95EC721E for <gentoo-commits@lists.gentoo.org>; Thu, 7 May 2020 04:32:56 +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: <1588825904.fe756bf1e9ae9a76259e1bda8912c6ac0e44d6a9.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/oauth2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/oauth2/oauth2-1.4.4.ebuild X-VCS-Directories: dev-ruby/oauth2/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fe756bf1e9ae9a76259e1bda8912c6ac0e44d6a9 X-VCS-Branch: master Date: Thu, 7 May 2020 04:32:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d55092dc-ed33-41b6-8d80-b65d530d46d0 X-Archives-Hash: 873d11651ed757b4d1a7bab833a66fae commit: fe756bf1e9ae9a76259e1bda8912c6ac0e44d6a9 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu May 7 04:26:34 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu May 7 04:31:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe756bf1 dev-ruby/oauth2: add missing test dep Closes: https://bugs.gentoo.org/721168 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/oauth2/oauth2-1.4.4.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-ruby/oauth2/oauth2-1.4.4.ebuild b/dev-ruby/oauth2/oauth2-1.4.4.ebuild index 97bbd0773f1..50da772debc 100644 --- a/dev-ruby/oauth2/oauth2-1.4.4.ebuild +++ b/dev-ruby/oauth2/oauth2-1.4.4.ebuild @@ -28,7 +28,11 @@ ruby_add_rdepend ">=dev-ruby/faraday-0.8 <dev-ruby/faraday-2.0 >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1* >=dev-ruby/multi_xml-0.5:0 >=dev-ruby/rack-1.2:* <dev-ruby/rack-3:*" -ruby_add_bdepend "test? ( dev-ruby/rspec:3 dev-ruby/rspec-stubbed_env )" +ruby_add_bdepend "test? ( + >=dev-ruby/addressable-2.3 + dev-ruby/rspec:3 + dev-ruby/rspec-stubbed_env +)" all_ruby_prepare() { sed -i -e '/simplecov/,/^ end/ s:^:#:' \