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 BB499138331 for ; Thu, 19 Apr 2018 04:36:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5312E087F; Thu, 19 Apr 2018 04:36:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AE90AE087F for ; Thu, 19 Apr 2018 04:36:03 +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 DACED335C63 for ; Thu, 19 Apr 2018 04:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5163F292 for ; Thu, 19 Apr 2018 04:36:00 +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: <1524112554.9cc1a3f648766c962e7a465020db4820b6ba6e01.graaff@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.20.0.ebuild X-VCS-Directories: dev-ruby/thor/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9cc1a3f648766c962e7a465020db4820b6ba6e01 X-VCS-Branch: master Date: Thu, 19 Apr 2018 04:36:00 +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: 9cb997c4-fb86-4a4f-96ed-332e5476cc63 X-Archives-Hash: 4b02521615a33747ea1b7b21d0d87f8a commit: 9cc1a3f648766c962e7a465020db4820b6ba6e01 Author: Hans de Graaff gentoo org> AuthorDate: Thu Apr 19 04:34:49 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Apr 19 04:35:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc1a3f6 dev-ruby/thor: add ruby25 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/thor/thor-0.20.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/thor/thor-0.20.0.ebuild b/dev-ruby/thor/thor-0.20.0.ebuild index 9d282c48b68..60e9b5f0218 100644 --- a/dev-ruby/thor/thor-0.20.0.ebuild +++ b/dev-ruby/thor/thor-0.20.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -22,7 +22,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="doc" -USE_RUBY="ruby21 ruby22 ruby23" ruby_add_bdepend " +USE_RUBY="ruby22 ruby23 ruby24" ruby_add_bdepend " test? ( dev-ruby/childlabor dev-ruby/webmock @@ -48,7 +48,7 @@ all_ruby_prepare() { each_ruby_test() { case ${RUBY} in - *ruby24) + *ruby25) einfo "Skipping tests due to circular dependencies" ;; *)