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 37D041396D0 for ; Sat, 2 Sep 2017 11:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B92CE0DCA; Sat, 2 Sep 2017 11:56:00 +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 05DB3E0DD3 for ; Sat, 2 Sep 2017 11:56:00 +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 4A48E34166C for ; Sat, 2 Sep 2017 11:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D70B68B56 for ; Sat, 2 Sep 2017 11:55:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1504353337.452e3f9519cf8c19da42ed629ec89c2ebb99ee0f.soap@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/scbi_mapreduce/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild X-VCS-Directories: sci-biology/scbi_mapreduce/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 452e3f9519cf8c19da42ed629ec89c2ebb99ee0f X-VCS-Branch: master Date: Sat, 2 Sep 2017 11:55:56 +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: c318994b-dbcd-4c45-836c-3ab5ecdf9683 X-Archives-Hash: 94013ade8be05b240827fb4628a4f538 commit: 452e3f9519cf8c19da42ed629ec89c2ebb99ee0f Author: David Seifert gentoo org> AuthorDate: Sat Sep 2 11:55:37 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 2 11:55:37 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=452e3f95 sci-biology/scbi_mapreduce: Update USE_RUBY to fix breakages Package-Manager: Portage-2.3.8, Repoman-2.3.3 sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild b/sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild index 8ad5ef93d..2e4527061 100644 --- a/sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild +++ b/sci-biology/scbi_mapreduce/scbi_mapreduce-0.0.45.ebuild @@ -3,7 +3,7 @@ EAPI=6 -USE_RUBY="ruby21" +USE_RUBY="ruby22 ruby23 ruby24" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md"