diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gource.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index 59a993d1d..9d97d601f 100644 --- a/Library/Formula/gource.rb +++ b/Library/Formula/gource.rb @@ -24,7 +24,8 @@ class Gource < Formula depends_on 'sdl' depends_on 'sdl_image' - # configure fails to find boost libs on OS X; submitted upstream + # configure fails to find boost libs on OS X; + # merged upstream, should be in the next release # https://github.com/acaudwell/Gource/pull/17 def patches; DATA; end unless build.head? |
