diff options
| author | Mike McQuaid | 2014-11-27 11:28:11 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-27 11:28:11 +0000 |
| commit | 21bb705f188a18ff195c2fcb862eaf2b90187080 (patch) | |
| tree | 1aff1a9bf9c28ab09e3571bf729901883f55b02b /Library | |
| parent | 7ab188d8075a8c491a580fc3d9bacb49a4cc5f43 (diff) | |
| download | homebrew-21bb705f188a18ff195c2fcb862eaf2b90187080.tar.bz2 | |
gnupg2: remove 8192 option.
Unsupported by upstream.
Closes #34464.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gnupg2.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb index 153b480e9..4bab48e92 100644 --- a/Library/Formula/gnupg2.rb +++ b/Library/Formula/gnupg2.rb @@ -15,8 +15,6 @@ class Gnupg2 < Formula sha1 "ad0e8129ffbaf615f8b43aa93b89eb1cdc517f1f" => :mountain_lion end - option "8192", "Build with support for private keys of up to 8192 bits" - depends_on "libgpg-error" depends_on "libgcrypt" depends_on "libksba" @@ -44,8 +42,6 @@ class Gnupg2 < Formula end inreplace "tools/gpgkey2ssh.c", "gpg --list-keys", "gpg2 --list-keys" - inreplace "g10/keygen.c", "max=4096", "max=8192" if build.include? "8192" - (var/"run").mkpath ENV.append "LDFLAGS", "-lresolv" |
