aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-12-30 18:57:23 +0000
committerMike McQuaid2017-12-30 20:56:54 +0000
commitfaf2182495e770041274c59e3b9ac80b98326fae (patch)
treeb556a6c961e9c8cc0c482028a0e31bab3228f730 /Library
parent176ed97d4241ae673f8d7ef1daa43efa1695d06f (diff)
downloadbrew-faf2182495e770041274c59e3b9ac80b98326fae.tar.bz2
gpg: move to compat.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/compat.rb1
-rw-r--r--Library/Homebrew/compat/gpg.rb (renamed from Library/Homebrew/gpg.rb)0
-rw-r--r--Library/Homebrew/formula.rb1
3 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb
index 8b3d72ec7..d829e900c 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
index 01880f71e..01880f71e 100644
--- a/Library/Homebrew/gpg.rb
+++ b/Library/Homebrew/compat/gpg.rb
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index eec2c9045..8e4f80260 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