From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-876884-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id F2A4159CB2
	for <garchives@archives.gentoo.org>; Mon, 18 Apr 2016 05:13:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 62A6021C12C;
	Mon, 18 Apr 2016 05:13:09 +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 DA9F821C122
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Apr 2016 05:13:08 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 A2183340AF3
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Apr 2016 05:13:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3590B1897
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Apr 2016 05:13:05 +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: <1460955801.1233b6e988ec8a0bf5a4ee33ef678beef4cf3c7e.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rdtool/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild
X-VCS-Directories: dev-ruby/rdtool/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 1233b6e988ec8a0bf5a4ee33ef678beef4cf3c7e
X-VCS-Branch: master
Date: Mon, 18 Apr 2016 05:13:05 +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: 23d869de-58f1-4676-b7ce-3a15cd4059ba
X-Archives-Hash: 109775feffcc5f432ea6833f0f5e51a2

commit:     1233b6e988ec8a0bf5a4ee33ef678beef4cf3c7e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 05:03:21 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 05:03:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1233b6e9

dev-ruby/rdtool: add ruby23

Package-Manager: portage-2.2.26

 dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild b/dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild
index 4e0132c..e2d0251 100644
--- a/dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild
+++ b/dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC="doc"
 RUBY_FAKEGEM_EXTRADOC="HISTORY README.*"