From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 62A3C59CA4 for ; Sun, 6 Mar 2016 11:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70B9021C0B6 for ; Sun, 6 Mar 2016 11:04:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B406F21C003 for ; Sat, 5 Mar 2016 06:54:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F1E9340B46 for ; Sat, 5 Mar 2016 06:54:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC38E2090 for ; Sat, 5 Mar 2016 06:54:25 +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: <1457160854.b94946b4f2fab2ad7cda003c83bf5048741aef3a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rake-compiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rake-compiler/rake-compiler-0.9.5.ebuild X-VCS-Directories: dev-ruby/rake-compiler/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b94946b4f2fab2ad7cda003c83bf5048741aef3a X-VCS-Branch: master Date: Sat, 5 Mar 2016 06:54:25 +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: 3de42693-f80f-4061-9d5f-24743de01d56 X-Archives-Hash: 46216205b685a65938d2df3347f81687 commit: b94946b4f2fab2ad7cda003c83bf5048741aef3a Author: Hans de Graaff gentoo org> AuthorDate: Sat Mar 5 06:54:14 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Mar 5 06:54:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94946b4 dev-ruby/rake-compiler: depend on correct rspec slot Package-Manager: portage-2.2.26 dev-ruby/rake-compiler/rake-compiler-0.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rake-compiler/rake-compiler-0.9.5.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.9.5.ebuild index cde972a..0d6a8a2 100644 --- a/dev-ruby/rake-compiler/rake-compiler-0.9.5.ebuild +++ b/dev-ruby/rake-compiler/rake-compiler-0.9.5.ebuild @@ -24,7 +24,7 @@ IUSE="" ruby_add_rdepend "dev-ruby/rake" -ruby_add_bdepend "test? ( dev-ruby/rspec:3 )" +ruby_add_bdepend "test? ( dev-ruby/rspec:2 )" USE_RUBY="ruby19 ruby20" ruby_add_bdepend "test? ( dev-util/cucumber )"