diff options
| author | Jack Nagel | 2014-03-19 12:07:51 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 12:29:57 -0500 |
| commit | c6dc8fbe29d7ec795dae1957e5465d59d1d56f1e (patch) | |
| tree | 4eefb74eb2ffb6455c57f93b58d3e351e8a04519 /Library | |
| parent | e505ab65b6f054865641e7c8fe5f3e165ba8e897 (diff) | |
| download | homebrew-c6dc8fbe29d7ec795dae1957e5465d59d1d56f1e.tar.bz2 | |
gnupg2: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gnupg2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb index 3dc14e467..0fbac12bb 100644 --- a/Library/Formula/gnupg2.rb +++ b/Library/Formula/gnupg2.rb @@ -25,7 +25,7 @@ class Gnupg2 < Formula # 2.x, and gpg-agent separately, and adjust tests to fit this scheme # Fix typo that breaks compilation: # http://lists.gnupg.org/pipermail/gnupg-users/2013-May/046652.html - def patches; DATA; end + patch :DATA def install inreplace 'g10/keygen.c', 'max=4096', 'max=8192' if build.include? '8192' |
