aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-11-27 11:27:50 +0000
committerMike McQuaid2014-11-27 11:27:50 +0000
commit7ab188d8075a8c491a580fc3d9bacb49a4cc5f43 (patch)
tree6ad9b745f83c368a93b4b274bf22c128c761ff33 /Library
parentaf62ae322cc13bf6d1f808d25950671a28d4455e (diff)
downloadhomebrew-7ab188d8075a8c491a580fc3d9bacb49a4cc5f43.tar.bz2
gnupg: remove 8192 option.
Unsupported by upstream.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gnupg.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/gnupg.rb b/Library/Formula/gnupg.rb
index a47fb19cb..b39d20d63 100644
--- a/Library/Formula/gnupg.rb
+++ b/Library/Formula/gnupg.rb
@@ -15,13 +15,9 @@ class Gnupg < Formula
sha1 "f933064e91d20ebdb48f6f2180fdf7b99e814b8c" => :mountain_lion
end
- option "8192", "Build with support for private keys of up to 8192 bits"
-
depends_on "curl" if MacOS.version <= :mavericks
def install
- inreplace "g10/keygen.c", "max=4096", "max=8192" if build.include? "8192"
-
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-asm"