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 86E5313829C for ; Thu, 2 Jun 2016 20:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A41EB141A2; Thu, 2 Jun 2016 20:02:47 +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 5A25A141A2 for ; Thu, 2 Jun 2016 20:02:47 +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 A7566340C33 for ; Thu, 2 Jun 2016 20:02:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16D3917B4 for ; Thu, 2 Jun 2016 20:02:42 +0000 (UTC) From: "Richard Farina" 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" Message-ID: <1464897746.5ed4d749b49af00ae24ebd2182f68d36a6b83526.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/timers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/timers/timers-4.0.1.ebuild X-VCS-Directories: dev-ruby/timers/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 5ed4d749b49af00ae24ebd2182f68d36a6b83526 X-VCS-Branch: master Date: Thu, 2 Jun 2016 20:02:42 +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: 7f7ba20e-d10a-47c9-a51a-adc18073afa8 X-Archives-Hash: 1a6f99204f0da1ccdc987d338b931257 commit: 5ed4d749b49af00ae24ebd2182f68d36a6b83526 Author: Zero_Chaos gentoo org> AuthorDate: Thu Jun 2 20:02:26 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Jun 2 20:02:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed4d749 dev-ruby/timers: needs more ruby23 Package-Manager: portage-2.3.0_rc1 dev-ruby/timers/timers-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/timers/timers-4.0.1.ebuild b/dev-ruby/timers/timers-4.0.1.ebuild index 1c9045e..3e47ae4 100644 --- a/dev-ruby/timers/timers-4.0.1.ebuild +++ b/dev-ruby/timers/timers-4.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc"