diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-05-12 09:09:02 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-05-12 09:10:57 -0700 |
commit | e5ce17d4814e276593fb90011c53d74a763ce7fa (patch) | |
tree | dd8d0876e0b608837cf5b0093213cf5ff3ba8bc3 /app-admin/puppet | |
parent | profiles: Mask gnome-extra/gucharmap:0 for removal (diff) | |
download | gentoo-e5ce17d4814e276593fb90011c53d74a763ce7fa.tar.gz gentoo-e5ce17d4814e276593fb90011c53d74a763ce7fa.tar.bz2 gentoo-e5ce17d4814e276593fb90011c53d74a763ce7fa.zip |
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 <robbat2@gentoo.org>
Diffstat (limited to 'app-admin/puppet')
-rw-r--r-- | app-admin/puppet/puppet-8.0.0-r2.ebuild (renamed from app-admin/puppet/puppet-8.0.0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/puppet/puppet-8.0.0-r1.ebuild b/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" |