diff options
| -rw-r--r-- | Library/Formula/gpgme.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gpgme.rb b/Library/Formula/gpgme.rb index 3c8ed2bde..6b3dd52a6 100644 --- a/Library/Formula/gpgme.rb +++ b/Library/Formula/gpgme.rb @@ -9,7 +9,7 @@ class Gpgme < Formula depends_on 'libgpg-error' depends_on 'libassuan' - fails_with_llvm + fails_with_llvm :build => 2334 def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
