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 84FC5138334 for ; Sat, 14 Jul 2018 19:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F961E0AAF; Sat, 14 Jul 2018 19:05:40 +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 69405E0AAF for ; Sat, 14 Jul 2018 19:05:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 80424335C6B for ; Sat, 14 Jul 2018 19:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 042DD366 for ; Sat, 14 Jul 2018 19:05:36 +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: <1531595131.01a51c8a6aa091cd1edec6bf30fa1d929bd9c420.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppet/puppet-5.5.2.ebuild X-VCS-Directories: app-admin/puppet/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 01a51c8a6aa091cd1edec6bf30fa1d929bd9c420 X-VCS-Branch: master Date: Sat, 14 Jul 2018 19:05:36 +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: c4ab5422-9ac9-40e3-b9ac-0620648673ef X-Archives-Hash: b05a9d33e5b242c41963a2bba4d032e7 commit: 01a51c8a6aa091cd1edec6bf30fa1d929bd9c420 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 14 19:05:05 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 14 19:05:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a51c8a app-admin/puppet: add ruby25 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-admin/puppet/puppet-5.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppet/puppet-5.5.2.ebuild b/app-admin/puppet/puppet-5.5.2.ebuild index 646ad4fb535..8aa23c0b2c8 100644 --- a/app-admin/puppet/puppet-5.5.2.ebuild +++ b/app-admin/puppet/puppet-5.5.2.ebuild @@ -3,7 +3,7 @@ EAPI="6" -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_TEST="rspec3"