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 2B2B959CA5 for ; Wed, 23 Mar 2016 16:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5001BE083B; Wed, 23 Mar 2016 16:15:59 +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 F3553E083B for ; Wed, 23 Mar 2016 16:15:58 +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 0E339340C3C for ; Wed, 23 Mar 2016 16:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9EB8851 for ; Wed, 23 Mar 2016 16:15:54 +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: <1458749721.fe31f42376313b62e4f4358f0179722a4c79507e.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/thor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/thor/thor-0.19.1.ebuild X-VCS-Directories: dev-ruby/thor/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: fe31f42376313b62e4f4358f0179722a4c79507e X-VCS-Branch: master Date: Wed, 23 Mar 2016 16:15:54 +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: b7f872a9-6ea1-47cb-916d-d499dc96e453 X-Archives-Hash: 44686dd5459e6a06340ba3e20f51c582 commit: fe31f42376313b62e4f4358f0179722a4c79507e Author: Zero_Chaos gentoo org> AuthorDate: Wed Mar 23 16:15:03 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Wed Mar 23 16:15:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe31f423 dev-ruby/thor: support for ruby23 Package-Manager: portage-2.2.28 dev-ruby/thor/thor-0.19.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-ruby/thor/thor-0.19.1.ebuild b/dev-ruby/thor/thor-0.19.1.ebuild index 49bbfde..622766b 100644 --- a/dev-ruby/thor/thor-0.19.1.ebuild +++ b/dev-ruby/thor/thor-0.19.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -52,6 +52,9 @@ all_ruby_prepare() { each_ruby_test() { case ${RUBY} in + *ruby23) + einfo "Skipping tests due to circular dependencies" + ;; *ruby22) einfo "Skipping tests due to circular dependencies" ;;