commit:     a168895bccf75960809eed9f5a2931c435b931ae
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Feb 18 16:33:00 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 08:21:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a168895b

dev-ruby/rb-gsl: remove unused patch

 .../files/rb-gsl-2.1.0.1-narray-superclass.patch   | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/dev-ruby/rb-gsl/files/rb-gsl-2.1.0.1-narray-superclass.patch 
b/dev-ruby/rb-gsl/files/rb-gsl-2.1.0.1-narray-superclass.patch
deleted file mode 100644
index 4af8042452f..00000000000
--- a/dev-ruby/rb-gsl/files/rb-gsl-2.1.0.1-narray-superclass.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 9e0c9e6f0a509b39c68fbaf6657260c6b122bb1b Mon Sep 17 00:00:00 2001
-From: Sameer Deshmukh <[email protected]>
-Date: Thu, 12 May 2016 04:57:06 +0530
-Subject: [PATCH] fix narray superclass mismatch problem
-
----
- lib/gsl.rb | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/gsl.rb b/lib/gsl.rb
-index 3c67741..aba8f2d 100644
---- a/lib/gsl.rb
-+++ b/lib/gsl.rb
-@@ -1,10 +1,10 @@
- begin
--  require 'narray'
-+  require 'narray' if ENV['NARRAY']
- rescue LoadError
- end
- 
- begin
--  require 'nmatrix/nmatrix'
-+  require 'nmatrix/nmatrix' if ENV['NMATRIX']
- rescue LoadError
- end
- 

Reply via email to