From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DC34B1393F1 for ; Wed, 16 Sep 2015 08:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C726CE087B; Wed, 16 Sep 2015 08:33:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69749E087B for ; Wed, 16 Sep 2015 08:33:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67587340C7E for ; Wed, 16 Sep 2015 08:33:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4ABA18F for ; Wed, 16 Sep 2015 08:33:44 +0000 (UTC) From: "Naohiro Aota" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Naohiro Aota" Message-ID: <1442392236.105af5341ee5f124d1f18f1234929d107d924990.naota@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/moneta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/moneta/moneta-0.8.0.ebuild X-VCS-Directories: dev-ruby/moneta/ X-VCS-Committer: naota X-VCS-Committer-Name: Naohiro Aota X-VCS-Revision: 105af5341ee5f124d1f18f1234929d107d924990 X-VCS-Branch: master Date: Wed, 16 Sep 2015 08:33:44 +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: bb8c3d37-5149-4f0b-b771-08d603ee468b X-Archives-Hash: 15c7df2a9633f4ce75cedd9da182f626 commit: 105af5341ee5f124d1f18f1234929d107d924990 Author: Naohiro Aota gentoo org> AuthorDate: Wed Sep 16 08:30:36 2015 +0000 Commit: Naohiro Aota gentoo org> CommitDate: Wed Sep 16 08:30:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105af534 Add ruby21 support Package-Manager: portage-2.2.20.1 dev-ruby/moneta/moneta-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/moneta/moneta-0.8.0.ebuild b/dev-ruby/moneta/moneta-0.8.0.ebuild index a5f9ad7..f21ca050 100644 --- a/dev-ruby/moneta/moneta-0.8.0.ebuild +++ b/dev-ruby/moneta/moneta-0.8.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="none"