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 988FC138334 for ; Fri, 26 Jul 2019 05:28:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 997D0E07F9; Fri, 26 Jul 2019 05:28:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7D3E9E07F9 for ; Fri, 26 Jul 2019 05:28:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B7720348B0F for ; Fri, 26 Jul 2019 05:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 914FC1BA for ; Fri, 26 Jul 2019 05:28:09 +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: <1564118866.2f0cfbe69c9e39ee68a019ab9d20eac5493f969a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild X-VCS-Directories: dev-ruby/rspec-core/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2f0cfbe69c9e39ee68a019ab9d20eac5493f969a X-VCS-Branch: master Date: Fri, 26 Jul 2019 05:28:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f2fe170-f212-466b-9a8a-993f3085440b X-Archives-Hash: 30a10756c99acb00cb65939e983802e1 commit: 2f0cfbe69c9e39ee68a019ab9d20eac5493f969a Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 26 05:26:57 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 26 05:27:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0cfbe6 dev-ruby/rspec-core: add missing test dependency Add missing test dependency on dev-ruby/rspec:2. Required because we need to ensure that we don't load rspec 3 when it is present and we cannot do that without using the gem versioning. Fixes: https://bugs.gentoo.org/635092 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild b/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild index ee97a0c411a..3d8d64036b5 100644 --- a/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild +++ b/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild @@ -33,6 +33,7 @@ ruby_add_bdepend "test? ( >=dev-ruby/zentest-4.6.2 >=dev-ruby/rspec-expectations-2.14.0:2 >=dev-ruby/rspec-mocks-2.99.0:2 + dev-ruby/rspec:2 )" all_ruby_prepare() {