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 640211382C5 for ; Thu, 24 May 2018 04:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F151E0830; Thu, 24 May 2018 04:57:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 325C4E0830 for ; Thu, 24 May 2018 04:57:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46001335C51 for ; Thu, 24 May 2018 04:57:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED5582AE for ; Thu, 24 May 2018 04:57:44 +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: <1527137848.1ea2e609ae37425b0ca2cce34c01cc422bb12e27.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.3.5.ebuild X-VCS-Directories: app-admin/puppet-lint/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1ea2e609ae37425b0ca2cce34c01cc422bb12e27 X-VCS-Branch: master Date: Thu, 24 May 2018 04:57: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: 7443a8b9-f71a-41f4-b1f4-54f2dd0ba9d3 X-Archives-Hash: 08582b64d18c87ef4e3de2dde3434419 commit: 1ea2e609ae37425b0ca2cce34c01cc422bb12e27 Author: Hans de Graaff gentoo org> AuthorDate: Thu May 24 04:53:52 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu May 24 04:57:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea2e609 app-admin/puppet-lint: add ruby25 Package-Manager: Portage-2.3.36, Repoman-2.3.9 app-admin/puppet-lint/puppet-lint-2.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild b/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild index e672004b0fd..c86bd234ccc 100644 --- a/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild +++ b/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_TEST="rspec3"