From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 901E51396D1 for ; Tue, 26 Sep 2017 05:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C87C5E0E92; Tue, 26 Sep 2017 05:56:07 +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 AAB3CE0E92 for ; Tue, 26 Sep 2017 05:56:07 +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 E115D33BEA7 for ; Tue, 26 Sep 2017 05:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D61A908D for ; Tue, 26 Sep 2017 05:56:04 +0000 (UTC) From: "Hans de Graaff" 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" Message-ID: <1506404917.c4640b099b0de4ea681ba166e5df2c994d34053e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspectacular/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspectacular/rspectacular-0.70.7.ebuild X-VCS-Directories: dev-ruby/rspectacular/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c4640b099b0de4ea681ba166e5df2c994d34053e X-VCS-Branch: master Date: Tue, 26 Sep 2017 05:56:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f8d47018-2f69-4aa7-b795-aac60f13e351 X-Archives-Hash: 6947e249c584ad32ee954c508d7d89d0 commit: c4640b099b0de4ea681ba166e5df2c994d34053e Author: Hans de Graaff gentoo org> AuthorDate: Tue Sep 26 05:48:37 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Sep 26 05:48:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4640b09 dev-ruby/rspectacular: add missing dependency on shoulda-matchers Package-Manager: Portage-2.3.8, Repoman-2.3.2 dev-ruby/rspectacular/rspectacular-0.70.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild b/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild index a42b43d5423..675f377b735 100644 --- a/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild +++ b/dev-ruby/rspectacular/rspectacular-0.70.7.ebuild @@ -20,4 +20,4 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2" +ruby_add_rdepend ">=dev-ruby/rspec-3.1:3 dev-ruby/fuubar:2 dev-ruby/shoulda-matchers:3"