summaryrefslogtreecommitdiff
path: root/dev-ruby/rdoc/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-ruby/rdoc/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/rdoc/files')
-rw-r--r--dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch b/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch
deleted file mode 100644
index 5159125c85fa..000000000000
--- a/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Make sure the right version of the code is loaded. Without this the
-rdoc version bundled with ruby is always loaded instead. Reported
-upstream but won't be fixed because rubygems has slightly different
-behavior.
-
-http://rubyforge.org/tracker/index.php?func=detail&aid=28758&group_id=627&atid=2472
-
-
-Index: trunk/bin/rdoc
-===================================================================
---- trunk/bin/rdoc (revision 650)
-+++ trunk/bin/rdoc (working copy)
-@@ -8,6 +8,7 @@
- #
- # $Revision: 1.1 $
-
-+$:.unshift(File.dirname(__FILE__) + '/../lib') unless $:.include?(File.dirname(__FILE__) + '/../lib')
- require 'rdoc/rdoc'
-
- begin