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 06B991396D1 for ; Sat, 2 Sep 2017 11:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 467B2E0BE0; Sat, 2 Sep 2017 11:55:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2588EE0BE0 for ; Sat, 2 Sep 2017 11:55:59 +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 3666F341678 for ; Sat, 2 Sep 2017 11:55:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E2DA8B53 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: <1504353328.156f058ae941af14b1f0065ef0df8fe7362fc6aa.soap@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/scbi_blast/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild X-VCS-Directories: sci-biology/scbi_blast/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 156f058ae941af14b1f0065ef0df8fe7362fc6aa 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: 9dd14737-0b08-42b8-a5e3-12ad4b94d217 X-Archives-Hash: ecc8f210a7d34b12b62148d3b6045dd5 commit: 156f058ae941af14b1f0065ef0df8fe7362fc6aa Author: David Seifert gentoo org> AuthorDate: Sat Sep 2 11:55:28 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 2 11:55:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=156f058a sci-biology/scbi_blast: Update USE_RUBY to fix breakages Package-Manager: Portage-2.3.8, Repoman-2.3.3 sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild b/sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild index c8f9be449..f5e447265 100644 --- a/sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild +++ b/sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild @@ -3,7 +3,7 @@ EAPI=6 -USE_RUBY="ruby21" +USE_RUBY="ruby22 ruby23 ruby24" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.rdoc"