app-admin/puppet: drop webrick patch for newer rubies
authorHans de Graaff <graaff@gentoo.org>
Mon, 19 Feb 2018 09:56:15 +0000 (10:56 +0100)
committerHans de Graaff <graaff@gentoo.org>
Mon, 19 Feb 2018 09:56:15 +0000 (10:56 +0100)
This issue is fixed in 4.10.10 in a more complete way, and the old fix,
which does not clash with the new fixes, now breaks things.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-admin/puppet/puppet-4.10.10-r1.ebuild [moved from app-admin/puppet/puppet-4.10.10.ebuild with 98% similarity]

similarity index 98%
rename from app-admin/puppet/puppet-4.10.10.ebuild
rename to app-admin/puppet/puppet-4.10.10-r1.ebuild
index c404e787afc182846f98fe1d7f12212ea6409b5e..a75388c365f1b2bf18f5a5c1a0dbd1299ec0a08e 100644 (file)
@@ -79,9 +79,6 @@ all_ruby_prepare() {
                epatch "${FILESDIR}/43e2c935252b995134ce353e5e6312cf77aea480.patch"
        fi
 
-       # fix compatibility with ruby 2.3.6/2.4.3 webrick
-       epatch "${FILESDIR}/puppet-4-webrick-ruby.patch"
-
        # Use working version of mocha
        sed -i -e '1igem "mocha", "~>0.14.0"; gem "rack", "~>1.0"' spec/spec_helper.rb || die