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 3585D138806 for ; Mon, 25 Dec 2017 17:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B4222BC008; Mon, 25 Dec 2017 17:02:52 +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 0CFEC2BC008 for ; Mon, 25 Dec 2017 17:02:52 +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 47F9A33C770 for ; Mon, 25 Dec 2017 17:02:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 745A2AE97 for ; Mon, 25 Dec 2017 17:02:48 +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: <1514221343.9a8693bae6862c16e0ff958c31bff87c584599d4.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rdoc/rdoc-6.0.1.ebuild X-VCS-Directories: dev-ruby/rdoc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9a8693bae6862c16e0ff958c31bff87c584599d4 X-VCS-Branch: master Date: Mon, 25 Dec 2017 17:02:48 +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: 626e625d-df7a-4503-b725-f07428f5e75a X-Archives-Hash: ac92cb1af013cf688d5ee08c58e35354 commit: 9a8693bae6862c16e0ff958c31bff87c584599d4 Author: Hans de Graaff gentoo org> AuthorDate: Mon Dec 25 15:53:04 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 25 17:02:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8693ba dev-ruby/rdoc: add ruby25 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-ruby/rdoc/rdoc-6.0.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/rdoc/rdoc-6.0.1.ebuild b/dev-ruby/rdoc/rdoc-6.0.1.ebuild index a2fd6a5a44d..985257f279b 100644 --- a/dev-ruby/rdoc/rdoc-6.0.1.ebuild +++ b/dev-ruby/rdoc/rdoc-6.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" @@ -28,6 +28,7 @@ ruby_add_bdepend " dev-ruby/kpeg >dev-ruby/racc-1.4.10 test? ( + dev-ruby/bundler >=dev-ruby/minitest-5.8:5 )"