summaryrefslogtreecommitdiff
path: root/security/rubygem-gpgme/files/patch-ext_gpgme_extconf.rb
blob: e0a3bbcbbf76ed5af5e52fdaf3ea2ad87012f01b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ext/gpgme/extconf.rb.orig	2025-06-24 09:21:26 UTC
+++ ext/gpgme/extconf.rb
@@ -63,7 +63,6 @@ EOS
 EOS
 
   require 'rubygems'
-  require 'mini_portile2'
 
   libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.47').tap do |recipe|
     recipe.target = File.join(ROOT, "ports")