From d9faecf1bd201737069ae661c597c0a8ab63f7c5 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 14 Mar 2022 17:33:18 -0300 Subject: [PATCH] ya no hace falta emparchar --- rubygems-platform-musl.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 rubygems-platform-musl.patch diff --git a/rubygems-platform-musl.patch b/rubygems-platform-musl.patch deleted file mode 100644 index d6db223..0000000 --- a/rubygems-platform-musl.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- rubygems.rb.orig -+++ rubygems.rb -@@ -764,10 +764,7 @@ - def self.platforms - @platforms ||= [] - if @platforms.empty? -- # XXX: Patched to avoid installing platform-specific gems with binaries -- # linked against glibc. -- @platforms = [Gem::Platform::RUBY] -- #@platforms = [Gem::Platform::RUBY, Gem::Platform.local] -+ @platforms = [Gem::Platform::RUBY, Gem::Platform.local] - end - @platforms - end