From faf2182495e770041274c59e3b9ac80b98326fae Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 30 Dec 2017 18:57:23 +0000 Subject: [PATCH] gpg: move to compat. --- Library/Homebrew/compat.rb | 1 + Library/Homebrew/{ => compat}/gpg.rb | 0 Library/Homebrew/formula.rb | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename Library/Homebrew/{ => compat}/gpg.rb (100%) diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb index 8b3d72ec7b..d829e900cb 100644 --- a/Library/Homebrew/compat.rb +++ b/Library/Homebrew/compat.rb @@ -27,3 +27,4 @@ require "compat/ENV/std" require "compat/ENV/super" require "compat/utils/shell" require "compat/extend/string" +require "compat/gpg" diff --git a/Library/Homebrew/gpg.rb b/Library/Homebrew/compat/gpg.rb similarity index 100% rename from Library/Homebrew/gpg.rb rename to Library/Homebrew/compat/gpg.rb diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index eec2c9045e..8e4f80260b 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -13,7 +13,6 @@ require "pkg_version" require "tap" require "keg" require "migrator" -require "gpg" require "extend/ENV" # A formula provides instructions and metadata for Homebrew to install a piece