From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-869694-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 4261659CA3 for <garchives@archives.gentoo.org>; Mon, 14 Mar 2016 17:56:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA3D621C08E; Mon, 14 Mar 2016 17:56:34 +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 27E9821C081 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2016 17:56:34 +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 48EF2340CB1 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2016 17:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0264284F for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2016 17:56:30 +0000 (UTC) From: "Richard Farina" <zerochaos@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, "Richard Farina" <zerochaos@gentoo.org> Message-ID: <1457978135.8785a1d9b6f6aebdf6d2759c6888dc9c5ec1af1c.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ronn/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ronn/ronn-0.7.3-r3.ebuild X-VCS-Directories: app-text/ronn/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 8785a1d9b6f6aebdf6d2759c6888dc9c5ec1af1c X-VCS-Branch: master Date: Mon, 14 Mar 2016 17:56:30 +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: 5181f62a-29b3-4216-bf18-8f3d4b1305d6 X-Archives-Hash: c2b3657c2e11a9991b1025f2da1d70c6 commit: 8785a1d9b6f6aebdf6d2759c6888dc9c5ec1af1c Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org> AuthorDate: Mon Mar 14 17:51:32 2016 +0000 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Mon Mar 14 17:55:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8785a1d9 app-text/ronn: adding tested ruby23 support Package-Manager: portage-2.2.27 app-text/ronn/ronn-0.7.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/ronn/ronn-0.7.3-r3.ebuild b/app-text/ronn/ronn-0.7.3-r3.ebuild index a15e5a3..b327953 100644 --- a/app-text/ronn/ronn-0.7.3-r3.ebuild +++ b/app-text/ronn/ronn-0.7.3-r3.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="AUTHORS CHANGES README.md"