From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/system/ruby/dont-install-bundled-gems.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 repo/system/ruby/dont-install-bundled-gems.patch (limited to 'repo/system/ruby/dont-install-bundled-gems.patch') diff --git a/repo/system/ruby/dont-install-bundled-gems.patch b/repo/system/ruby/dont-install-bundled-gems.patch deleted file mode 100644 index 2a913b9..0000000 --- a/repo/system/ruby/dont-install-bundled-gems.patch +++ /dev/null @@ -1,20 +0,0 @@ -Don't install bundled gems - we package them separately. - ---- a/tool/rbinstall.rb -+++ b/tool/rbinstall.rb -@@ -1003,6 +1003,7 @@ - end - end - -+=begin XXX-Patched - install?(:ext, :comm, :gem, :'bundled-gems') do - if CONFIG['CROSS_COMPILING'] == 'yes' - # The following hacky steps set "$ruby = BASERUBY" in tool/fake.rb -@@ -1104,6 +1105,7 @@ - puts "skip installing bundled gems because of lacking zlib" - end - end -+=end - - parse_args() - -- cgit v1.2.1