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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07538158649 for ; Fri, 12 May 2023 16:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29563E0928; Fri, 12 May 2023 16:11:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09C2CE0928 for ; Fri, 12 May 2023 16:11:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC3D233BE34 for ; Fri, 12 May 2023 16:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D266A65 for ; Fri, 12 May 2023 16:10:59 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1683907857.e5ce17d4814e276593fb90011c53d74a763ce7fa.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppet/puppet-8.0.0-r1.ebuild app-admin/puppet/puppet-8.0.0-r2.ebuild X-VCS-Directories: app-admin/puppet/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: e5ce17d4814e276593fb90011c53d74a763ce7fa X-VCS-Branch: master Date: Fri, 12 May 2023 16:10:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb6e9c4f-8b7b-4c90-9e5b-4c2bad5608a8 X-Archives-Hash: a4358de826978fc0a00c14d778f0815b commit: e5ce17d4814e276593fb90011c53d74a763ce7fa Author: Robin H. Johnson gentoo org> AuthorDate: Fri May 12 16:09:02 2023 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri May 12 16:10:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ce17d4 app-admin/puppet: v8 requires >=ruby-3.1 per upstream Puppet8 throws an error on Ruby older than 3.1.0: `Puppet 8.0.0 requires Ruby 3.1.0 or greater, found Ruby 3.0.6.` Revbump so that anybody with 8.0.0 installed gets to see it and winds up with a less broken system (otherwise Puppet is upgraded and stops working as expected). Reference: https://github.com/puppetlabs/puppet/commit/6f271c83544750184c481e160f4bdcad6ad8ef6b Signed-off-by: Robin H. Johnson gentoo.org> app-admin/puppet/{puppet-8.0.0-r1.ebuild => puppet-8.0.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppet/puppet-8.0.0-r1.ebuild b/app-admin/puppet/puppet-8.0.0-r2.ebuild similarity index 99% rename from app-admin/puppet/puppet-8.0.0-r1.ebuild rename to app-admin/puppet/puppet-8.0.0-r2.ebuild index 724598bff245..2e5cabc1c6fd 100644 --- a/app-admin/puppet/puppet-8.0.0-r1.ebuild +++ b/app-admin/puppet/puppet-8.0.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="doc:all" RUBY_FAKEGEM_EXTRAINSTALL="locales"