From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 88F301396D0 for ; Wed, 16 Aug 2017 06:12:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 845D51FC084; Wed, 16 Aug 2017 06:12:48 +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 637561FC084 for ; Wed, 16 Aug 2017 06:12:48 +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 8DCD134176C for ; Wed, 16 Aug 2017 06:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8F39784D for ; Wed, 16 Aug 2017 06:12:44 +0000 (UTC) From: "Hans de Graaff" 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" Message-ID: <1502863929.518bd6a1667db2c47afe7c0d1e2dabe21ac8daee.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/arel-helpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild X-VCS-Directories: dev-ruby/arel-helpers/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 518bd6a1667db2c47afe7c0d1e2dabe21ac8daee X-VCS-Branch: master Date: Wed, 16 Aug 2017 06:12:44 +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: ba608aa1-a9b8-4a14-ab3f-ddb78d2bd172 X-Archives-Hash: 659df165728f1cbe717ae5d76b929307 commit: 518bd6a1667db2c47afe7c0d1e2dabe21ac8daee Author: Hans de Graaff gentoo org> AuthorDate: Wed Aug 16 05:43:22 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Aug 16 06:12:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518bd6a1 dev-ruby/arel-helpers: add ruby24 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild index 980137fea78..1010c5893b4 100644 --- a/dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild +++ b/dev-ruby/arel-helpers/arel-helpers-2.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec"