diff options
| author | Mike McQuaid | 2014-12-27 16:10:32 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 16:31:48 +0000 | 
| commit | 59c77d78570836a9a67d3b93933432e1f4c6d1eb (patch) | |
| tree | 3917f7619ae9df9c83324931b52b16d9381186e4 | |
| parent | 6c7656947f3ba3c0e533bbe479c1fff9d0d188bf (diff) | |
| download | homebrew-59c77d78570836a9a67d3b93933432e1f4c6d1eb.tar.bz2 | |
pinentry: fix strict audit failures.
| -rw-r--r-- | Library/Formula/pinentry.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/Library/Formula/pinentry.rb b/Library/Formula/pinentry.rb index dcd18d97b..865a9e2b6 100644 --- a/Library/Formula/pinentry.rb +++ b/Library/Formula/pinentry.rb @@ -1,5 +1,3 @@ -require "formula" -  class Pinentry < Formula    homepage "http://www.gnupg.org/related_software/pinentry/index.en.html"    url "ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.0.tar.bz2" | 
