]> git.pld-linux.org Git - packages/ruby-ohai.git/blob - platform-pld.patch
requires ruby 2.0 according to .gemspec
[packages/ruby-ohai.git] / platform-pld.patch
1 somewhy fallback [1] no longer works
2 set one in linux/platform
3
4 [1] https://github.com/opscode/ohai/blob/7.4.0/lib/ohai/plugins/platform.rb#L26
5
6 --- ohai-8.16.0/lib/ohai/plugins/linux/platform.rb~     2016-05-12 01:13:29.000000000 +0300
7 +++ ohai-8.16.0/lib/ohai/plugins/linux/platform.rb      2016-06-01 22:53:00.774030283 +0300
8 @@ -199,6 +199,8 @@
9        platform_family "arch"
10      when /exherbo/
11        platform_family "exherbo"
12 +    when /pld/
13 +      platform_family "pld"
14      when /alpine/
15        platform_family "alpine"
16      end
This page took 0.092768 seconds and 3 git commands to generate.