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 2137D1395E3 for ; Mon, 5 Dec 2016 23:52:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C24BE0D7A; Mon, 5 Dec 2016 23:52:23 +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 1EE55E0D7A for ; Mon, 5 Dec 2016 23:52:18 +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 0BBC33413AA for ; Mon, 5 Dec 2016 23:52:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C0854A8 for ; Mon, 5 Dec 2016 23:52:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1480981928.3b36cf0bb98cc41c339a9b4f894811263011b44d.mgorny@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.2.ebuild X-VCS-Directories: app-admin/puppet-lint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3b36cf0bb98cc41c339a9b4f894811263011b44d X-VCS-Branch: master Date: Mon, 5 Dec 2016 23:52:15 +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: 8516b36e-f493-465e-b419-4a63d8ac58a6 X-Archives-Hash: 3facb9843f162e6e080a9227c5c404dc commit: 3b36cf0bb98cc41c339a9b4f894811263011b44d Author: Michał Górny gentoo org> AuthorDate: Mon Dec 5 22:42:25 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 5 23:52:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b36cf0b app-admin/puppet-lint: Add ruby23, tests pass app-admin/puppet-lint/puppet-lint-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild b/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild index cc7f982..6c99e19 100644 --- a/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild +++ b/app-admin/puppet-lint/puppet-lint-2.0.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec3"