diff options
| author | Misty De Meo | 2013-01-20 17:56:33 -0600 |
|---|---|---|
| committer | Misty De Meo | 2013-01-20 18:27:07 -0600 |
| commit | 5e280639f3a52cb0b1d0e0a4b2d528ee1d49b9f4 (patch) | |
| tree | 2656f44da07d36c9fdec15b2114297e9683c6ca5 /Library/Formula | |
| parent | 1e4459e81cd9a92e7bbb837dfbe9cb230a4dd9e6 (diff) | |
| download | homebrew-5e280639f3a52cb0b1d0e0a4b2d528ee1d49b9f4.tar.bz2 | |
exempi: note that patch has been merged upstream
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/exempi.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/exempi.rb b/Library/Formula/exempi.rb index e9219025c..001fc1d6d 100644 --- a/Library/Formula/exempi.rb +++ b/Library/Formula/exempi.rb @@ -12,7 +12,8 @@ class Exempi < Formula # Exempi 2.2.0's Mac-specific file handling code fails semi-randomly # This patch is in the upstream git repo & should be in next version "http://cgit.freedesktop.org/exempi/patch/?id=720fdbc86b625a45dd28226f829be0764b8ebc58", - # Fixes headers which fail on Xcode >= 4.3; submitted upstream + # Fixes headers which fail on Xcode >= 4.3 + # Merged upstream, should be in next version "https://bugs.freedesktop.org/attachment.cgi?id=72819" ] end |
