From: Michael Mair-Keimberger (asterix) Date: Wed, 21 Sep 2016 17:01:52 +0000 (+0200) Subject: dev-ruby/ruby-augeas: remove unused patch. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=88007b287ce80cd9da88008698cfe52181bca8d7;p=gentoo.git dev-ruby/ruby-augeas: remove unused patch. Closes: https://github.com/gentoo/gentoo/pull/2380 Signed-off-by: Patrice Clement --- diff --git a/dev-ruby/ruby-augeas/files/ruby-augeas-0.4.1-libxml2.patch b/dev-ruby/ruby-augeas/files/ruby-augeas-0.4.1-libxml2.patch deleted file mode 100644 index e8464c2505c8..000000000000 --- a/dev-ruby/ruby-augeas/files/ruby-augeas-0.4.1-libxml2.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ext/augeas/extconf.rb.~1~ 2012-10-26 10:39:01.240720232 +0200 -+++ ext/augeas/extconf.rb 2012-10-26 10:53:12.413324140 +0200 -@@ -27,4 +27,8 @@ - raise "augeas-devel not installed" - end - -+unless pkg_config("libxml-2.0") -+ raise "libxml2-devel not installed" -+end -+ - create_makefile(extension_name)