blob: e14b992045780b8c93748b3c0fad53b640fcf46f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ext/gpgme/extconf.rb.orig 2022-10-13 10:24:31 UTC
+++ ext/gpgme/extconf.rb
@@ -60,7 +60,6 @@ follows:
EOS
require 'rubygems'
- require 'mini_portile2'
libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.46').tap do |recipe|
recipe.target = File.join(ROOT, "ports")
|