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 904C313832E for ; Fri, 22 Jul 2016 07:05:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44FE8E0B24; Fri, 22 Jul 2016 07:05:55 +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 A1348E0B24 for ; Fri, 22 Jul 2016 07:05:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B01F7340D5A for ; Fri, 22 Jul 2016 07:05:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A7AF7E0 for ; Fri, 22 Jul 2016 07:05:52 +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: <1469170800.7c9d751d7e7f7a0de807122d6cdd0c729e7c504b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild sci-biology/bioruby/bioruby-9999.ebuild X-VCS-Directories: sci-biology/bioruby/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7c9d751d7e7f7a0de807122d6cdd0c729e7c504b X-VCS-Branch: master Date: Fri, 22 Jul 2016 07:05:52 +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: 04a039cc-f7f7-4a8d-ae63-8c09039f02ab X-Archives-Hash: fe71662b685588504ac09210f8e0c2d1 commit: 7c9d751d7e7f7a0de807122d6cdd0c729e7c504b Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 22 06:17:16 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 22 07:00:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9d751d sci-biology/bioruby: add ruby21 Package-Manager: portage-2.2.28 sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild | 2 +- sci-biology/bioruby/bioruby-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild index d1008a1..18f3627 100644 --- a/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild +++ b/sci-biology/bioruby/bioruby-1.4.3.0001-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20" +USE_RUBY="ruby20 ruby21" inherit ruby-fakegem diff --git a/sci-biology/bioruby/bioruby-9999.ebuild b/sci-biology/bioruby/bioruby-9999.ebuild index 08b2630..ade66a0 100644 --- a/sci-biology/bioruby/bioruby-9999.ebuild +++ b/sci-biology/bioruby/bioruby-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby20" +USE_RUBY="ruby20 ruby21" EGIT_REPO_URI="git://github.com/bioruby/bioruby.git https://github.com/bioruby/bioruby.git"