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 2FB3D13832F for ; Sat, 23 Jul 2016 19:10:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16FD4E08C5; Sat, 23 Jul 2016 19:09:58 +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 5DCBFE08C5 for ; Sat, 23 Jul 2016 19:09:57 +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 7524F340E64 for ; Sat, 23 Jul 2016 19:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D77D57CF for ; Sat, 23 Jul 2016 19:09: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: <1469300953.3ee8c9e240b18a97cf9b801fb4363c9a31c6b76a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppet-lint/puppet-lint-2.0.0.ebuild X-VCS-Directories: app-admin/puppet-lint/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3ee8c9e240b18a97cf9b801fb4363c9a31c6b76a X-VCS-Branch: master Date: Sat, 23 Jul 2016 19:09: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: c6227bd0-87bd-4d2d-932d-bc2117cda4bf X-Archives-Hash: 3202ea082adbd3e310b02fcaf1fd6c71 commit: 3ee8c9e240b18a97cf9b801fb4363c9a31c6b76a Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 23 17:43:25 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 23 19:09:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee8c9e2 app-admin/puppet-lint: add ruby22 Package-Manager: portage-2.2.28 app-admin/puppet-lint/puppet-lint-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild b/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild index 5c672ff..019ceae 100644 --- a/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild +++ b/app-admin/puppet-lint/puppet-lint-2.0.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="rspec3"