aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat
diff options
context:
space:
mode:
authorDominyk Tiller2016-08-10 21:00:14 +0100
committerDominyk Tiller2016-08-13 03:33:33 +0100
commite02ad2242ab98f9ea7418ef51741480e3bfa4ed1 (patch)
treed914c8e943bb1bc6d966d992c3ce772b79cc8871 /Library/Homebrew/compat
parente62fc26b9ce05aee374cc7e32ca37ba8bb46d36e (diff)
downloadbrew-e02ad2242ab98f9ea7418ef51741480e3bfa4ed1.tar.bz2
gpg_requirement: rename to gpg2_requirement
Diffstat (limited to 'Library/Homebrew/compat')
-rw-r--r--Library/Homebrew/compat/requirements.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/compat/requirements.rb b/Library/Homebrew/compat/requirements.rb
index 2adeaaa2e..5c3c7a09c 100644
--- a/Library/Homebrew/compat/requirements.rb
+++ b/Library/Homebrew/compat/requirements.rb
@@ -3,7 +3,8 @@ require "requirements"
XcodeDependency = XcodeRequirement
MysqlDependency = MysqlRequirement
PostgresqlDependency = PostgresqlRequirement
-GPGDependency = GPGRequirement
+GPGDependency = GPG2Requirement
+GPGRequirement = GPG2Requirement
TeXDependency = TeXRequirement
MercurialDependency = MercurialRequirement
GitDependency = GitRequirement