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 859D4138331 for ; Thu, 21 Jul 2016 19:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EBD8E0B69; Thu, 21 Jul 2016 19:39:03 +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 EE61AE0B5F for ; Thu, 21 Jul 2016 19:39:02 +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 AECD0340E55 for ; Thu, 21 Jul 2016 19:39:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE2F77D8 for ; Thu, 21 Jul 2016 19:38:58 +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: <1469129875.43607c6cb3bc00252a49a31631fb541249b7e3ef.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/git/git-1.2.9.1.ebuild X-VCS-Directories: dev-ruby/git/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 43607c6cb3bc00252a49a31631fb541249b7e3ef X-VCS-Branch: master Date: Thu, 21 Jul 2016 19:38:58 +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: 59507249-4739-4ecc-abb0-197be5f6073d X-Archives-Hash: a4e58a46b86a337b72dca9df36d46a2d commit: 43607c6cb3bc00252a49a31631fb541249b7e3ef Author: Hans de Graaff gentoo org> AuthorDate: Thu Jul 21 18:00:37 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Jul 21 19:37:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43607c6c dev-ruby/git: add ruby21 to stable version Package-Manager: portage-2.2.28 dev-ruby/git/git-1.2.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/git/git-1.2.9.1.ebuild b/dev-ruby/git/git-1.2.9.1.ebuild index 0047d22..7f1efd3 100644 --- a/dev-ruby/git/git-1.2.9.1.ebuild +++ b/dev-ruby/git/git-1.2.9.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20" +USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc"