diff options
| author | Adam Vandenberg | 2013-04-28 08:28:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-28 08:28:50 -0700 |
| commit | b6b7b85c55d90e666e1ee8ee6c6e3e9298beb363 (patch) | |
| tree | 7d0dad42ed479e447c27736ce01580a1802ab35a /Library/Formula | |
| parent | 22e0c461dd49d79fd131daf2f74fa190e186edd5 (diff) | |
| download | homebrew-b6b7b85c55d90e666e1ee8ee6c6e3e9298beb363.tar.bz2 | |
qemu: remove out of date comment
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qemu.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb index 49e87fa74..17dfcf291 100644 --- a/Library/Formula/qemu.rb +++ b/Library/Formula/qemu.rb @@ -16,7 +16,6 @@ class Qemu < Formula depends_on 'sdl' => :optional def install - # Disable the sdl backend; use CoreAudio instead. args = %W[ --prefix=#{prefix} --cc=#{ENV.cc} |
