app-admin/puppet: drop webrick patch from 5.4.0 as well

This issue is also fixed in puppet 5.x, similar to 4.10.10.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Hans de Graaff
2018-02-20 07:28:28 +01:00
parent f26cb5cf7f
commit 120363f726

View File

@@ -71,9 +71,6 @@ all_ruby_prepare() {
# fix systemd path
epatch "${FILESDIR}/puppet-systemd.patch"
# backport upstream fix for ruby 2.3.6 compatibility
epatch "${FILESDIR}/puppet-4-webrick-ruby.patch"
# Avoid specs that can only run in the puppet.git repository. This
# should be narrowed down to the specific specs.
rm spec/integration/parser/compiler_spec.rb || die