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 88C81138331 for ; Thu, 3 May 2018 05:21:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81EF0E0A9B; Thu, 3 May 2018 05:21:56 +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 622D9E0A9B for ; Thu, 3 May 2018 05:21:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 003DE335C63 for ; Thu, 3 May 2018 05:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A71A27 for ; Thu, 3 May 2018 05:21:53 +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: <1525323337.4585f3fc14db267aa6409fc8c0e514dd027d9e9f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/arel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/arel/arel-9.0.0.ebuild X-VCS-Directories: dev-ruby/arel/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4585f3fc14db267aa6409fc8c0e514dd027d9e9f X-VCS-Branch: master Date: Thu, 3 May 2018 05:21:53 +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: d549305a-6d95-4955-9919-e1124a9998c8 X-Archives-Hash: 051dd75c93840d9a818b69f0c3da1daa commit: 4585f3fc14db267aa6409fc8c0e514dd027d9e9f Author: Hans de Graaff gentoo org> AuthorDate: Thu May 3 04:55:37 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu May 3 04:55:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4585f3fc dev-ruby/arel: add ruby25 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/arel/arel-9.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/arel/arel-9.0.0.ebuild b/dev-ruby/arel/arel-9.0.0.ebuild index 3e37299ad56..3902df6bb2c 100644 --- a/dev-ruby/arel/arel-9.0.0.ebuild +++ b/dev-ruby/arel/arel-9.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc"