diff options
| author | Jack Nagel | 2014-03-19 12:07:53 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:16 -0500 |
| commit | 7d7cc06a620d42def6845d1657a440eb2c2cb552 (patch) | |
| tree | bbe344b7e0d1b9a66289b1ed68f9ffd3634dd2ce /Library/Formula | |
| parent | 96559c188f299fd131ce8df355a039e5ac829122 (diff) | |
| download | homebrew-7d7cc06a620d42def6845d1657a440eb2c2cb552.tar.bz2 | |
john: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/john.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/john.rb b/Library/Formula/john.rb index 0cd15d049..cdd9680bd 100644 --- a/Library/Formula/john.rb +++ b/Library/Formula/john.rb @@ -7,9 +7,7 @@ class John < Formula conflicts_with 'john-jumbo', :because => 'both install the same binaries' - def patches - DATA # Taken from MacPorts, tells john where to find runtime files - end + patch :DATA # Taken from MacPorts, tells john where to find runtime files fails_with :llvm do build 2334 |
