app-admin/puppet: drop webrick patch from 5.4.0 as well
authorHans de Graaff <graaff@gentoo.org>
Tue, 20 Feb 2018 06:28:28 +0000 (07:28 +0100)
committerHans de Graaff <graaff@gentoo.org>
Tue, 20 Feb 2018 06:49:37 +0000 (07:49 +0100)
This issue is also fixed in puppet 5.x, similar to 4.10.10.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-admin/puppet/puppet-5.4.0-r1.ebuild [moved from app-admin/puppet/puppet-5.4.0.ebuild with 97% similarity]

similarity index 97%
rename from app-admin/puppet/puppet-5.4.0.ebuild
rename to app-admin/puppet/puppet-5.4.0-r1.ebuild
index 1f8461b191dbbb4dd4553c533ed1b5de1a2caf7c..c274ee7b9505287e165917039fc092da98f77701 100644 (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