From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1037434-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 0EB81138334
	for <garchives@archives.gentoo.org>; Fri, 20 Jul 2018 05:33:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E5BA0E0A90;
	Fri, 20 Jul 2018 05:33:50 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 B3670E0A90
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jul 2018 05:33:50 +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 75017335CC8
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jul 2018 05:33:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BF5BD2CC
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jul 2018 05:33:44 +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: <1532064793.e1fb925d0d5747a7c0e9516c67d6e43c6cb78b51.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/yajl-ruby/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild dev-ruby/yajl-ruby/yajl-ruby-1.4.0.ebuild
X-VCS-Directories: dev-ruby/yajl-ruby/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: e1fb925d0d5747a7c0e9516c67d6e43c6cb78b51
X-VCS-Branch: master
Date: Fri, 20 Jul 2018 05:33:44 +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: 5adbbe61-ecc2-40b9-b3b5-45e804c32a1f
X-Archives-Hash: 14a3288881a85aaa163e5310cf8198ea

commit:     e1fb925d0d5747a7c0e9516c67d6e43c6cb78b51
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 05:33:13 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 05:33:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fb925d

dev-ruby/yajl-ruby: use correct version of rspec

Specify the correct version of rspec to be used. Since we need to use a
manual invocation to set RUBYLIB we must also specific the version,
since the default is to use rspec 2.x.

Closes: https://bugs.gentoo.org/635312
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild | 2 +-
 dev-ruby/yajl-ruby/yajl-ruby-1.4.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild b/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild
index 3211a411b19..778feca9ad5 100644
--- a/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild
+++ b/dev-ruby/yajl-ruby/yajl-ruby-1.3.1.ebuild
@@ -41,5 +41,5 @@ each_ruby_compile() {
 each_ruby_test() {
 	# Set RUBYLIB to pass search path on to additional interpreters that
 	# are started.
-	RUBYLIB=lib ruby-ng_rspec || die
+	RUBYLIB=lib RSPEC_VERSION=3 ruby-ng_rspec || die
 }

diff --git a/dev-ruby/yajl-ruby/yajl-ruby-1.4.0.ebuild b/dev-ruby/yajl-ruby/yajl-ruby-1.4.0.ebuild
index 8c309083d19..d9cb6a9d9be 100644
--- a/dev-ruby/yajl-ruby/yajl-ruby-1.4.0.ebuild
+++ b/dev-ruby/yajl-ruby/yajl-ruby-1.4.0.ebuild
@@ -41,5 +41,5 @@ each_ruby_compile() {
 each_ruby_test() {
 	# Set RUBYLIB to pass search path on to additional interpreters that
 	# are started.
-	RUBYLIB=lib ruby-ng_rspec || die
+	RUBYLIB=lib RSPEC_VERSION=3 ruby-ng_rspec || die
 }