mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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: 6f271c8354
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user