lib/itamae/plugin/recipe/rbenv/development_dependency.rb in itamae-plugin-recipe-rbenv-0.8.1 vs lib/itamae/plugin/recipe/rbenv/development_dependency.rb in itamae-plugin-recipe-rbenv-0.8.2
- old
+ new
@@ -11,9 +11,12 @@
# none
when 'arch'
# none
when 'opensuse'
package 'automake'
+when 'gentoo'
+ package 'autoconf'
+ package 'bison'
when 'openbsd'
package 'autoconf'
package 'bison'
else
raise NotImplementedError, "Platform '#{node[:platform]}' is not supported by rbenv::dependency yet"