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 CB4C4138330 for ; Sun, 28 Aug 2016 23:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1E5B21C080; Sun, 28 Aug 2016 23:28:44 +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 69B6321C080 for ; Sun, 28 Aug 2016 23:28:44 +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 30D2333D3C5 for ; Sun, 28 Aug 2016 23:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E6742461 for ; Sun, 28 Aug 2016 23:28:41 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1472426908.8a50b6771ab85f9ac07053a989353deb599cae3f.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jquery-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild X-VCS-Directories: dev-ruby/jquery-rails/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 8a50b6771ab85f9ac07053a989353deb599cae3f X-VCS-Branch: master Date: Sun, 28 Aug 2016 23:28:41 +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: 9a0c900d-3f72-4ec0-bd99-1ee0e8c4ea75 X-Archives-Hash: d3d7e723f23f854d9d6e258433c4b2c5 commit: 8a50b6771ab85f9ac07053a989353deb599cae3f Author: Manuel Rüger gentoo org> AuthorDate: Sun Aug 28 23:28:28 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Aug 28 23:28:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a50b677 dev-ruby/jquery-rails: Add ruby22 Package-Manager: portage-2.3.0 dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild b/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild index b4dde7b..3558537 100644 --- a/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild +++ b/dev-ruby/jquery-rails/jquery-rails-3.1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST=""