diff options
| author | Jack Nagel | 2013-06-03 16:58:58 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-06-03 17:03:09 -0500 | 
| commit | a9b6929a69cece04dc29642ffa190eb9e7d32109 (patch) | |
| tree | 7d20b1846cb8d2261082b5b811deb176e390d130 /Library/Formula/pyside.rb | |
| parent | 3500cc0388a539a932a604a1ff201e89aadcd4a5 (diff) | |
| download | homebrew-a9b6929a69cece04dc29642ffa190eb9e7d32109.tar.bz2 | |
pyside: style
Diffstat (limited to 'Library/Formula/pyside.rb')
| -rw-r--r-- | Library/Formula/pyside.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb index 87d3b8d2c..7b6abf6c6 100644 --- a/Library/Formula/pyside.rb +++ b/Library/Formula/pyside.rb @@ -9,7 +9,7 @@ class Pyside < Formula    depends_on 'cmake' => :build    depends_on :python => :recommended    depends_on :python3 => :optional -  depends_on 'shiboken' => '--with-python3' if build.with? 'python3' +  depends_on 'shiboken' => 'with-python3' if build.with? 'python3'    depends_on 'qt'    def install | 
