diff options
| author | Adam Vandenberg | 2012-02-20 19:21:26 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-20 19:21:26 -0800 |
| commit | a158cbf3e00df77dfaa42865775308e7d69ba992 (patch) | |
| tree | 367daef79944248639116f1687837a965c1ee920 /Library/Formula | |
| parent | 2ac1fa1652f0dda835bbcfdfb2ba927d02ae8dcf (diff) | |
| download | homebrew-a158cbf3e00df77dfaa42865775308e7d69ba992.tar.bz2 | |
qemu: update llvm message
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qemu.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb index 2a543a58d..5a7105d28 100644 --- a/Library/Formula/qemu.rb +++ b/Library/Formula/qemu.rb @@ -8,7 +8,7 @@ class Qemu < Formula depends_on 'jpeg' depends_on 'gnutls' - fails_with_llvm "Segmentation faults occur at run-time with LLVM" + fails_with_llvm "Segmentation faults occur at run-time with LLVM using qemu-system-arm." def install system "./configure", "--prefix=#{prefix}", |
