From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-910472-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 46E9E1395E2
	for <garchives@archives.gentoo.org>; Wed,  9 Nov 2016 00:44:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 90E78E0912;
	Wed,  9 Nov 2016 00:44:55 +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 784C6E0912
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Nov 2016 00:44:55 +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 9D262341398
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Nov 2016 00:44:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 669B924B0
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Nov 2016 00:44:53 +0000 (UTC)
From: "Manuel Rüger" <mrueg@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, "Manuel Rüger" <mrueg@gentoo.org>
Message-ID: <1478652282.58c1d3d72d85c4136619611c7a84285d4f12337e.mrueg@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/vcr/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/vcr/vcr-2.9.3.ebuild
X-VCS-Directories: dev-ruby/vcr/
X-VCS-Committer: mrueg
X-VCS-Committer-Name: Manuel Rüger
X-VCS-Revision: 58c1d3d72d85c4136619611c7a84285d4f12337e
X-VCS-Branch: master
Date: Wed,  9 Nov 2016 00:44:53 +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: 68fc40c7-e7f5-4e81-9441-ea0d4e6f26bd
X-Archives-Hash: 37ef866e1be2121d5cae291acc88bb51

commit:     58c1d3d72d85c4136619611c7a84285d4f12337e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 00:44:42 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 00:44:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c1d3d7

dev-ruby/vcr: Add ruby23 to slot 2

Package-Manager: portage-2.3.2

 dev-ruby/vcr/vcr-2.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/vcr/vcr-2.9.3.ebuild b/dev-ruby/vcr/vcr-2.9.3.ebuild
index 91df88f..656cd6a 100644
--- a/dev-ruby/vcr/vcr-2.9.3.ebuild
+++ b/dev-ruby/vcr/vcr-2.9.3.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md CONTRIBUTING.md README.md Upgrade.md"