aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyside.rb
diff options
context:
space:
mode:
authorJack Nagel2013-06-03 16:58:58 -0500
committerJack Nagel2013-06-03 17:03:09 -0500
commita9b6929a69cece04dc29642ffa190eb9e7d32109 (patch)
tree7d20b1846cb8d2261082b5b811deb176e390d130 /Library/Formula/pyside.rb
parent3500cc0388a539a932a604a1ff201e89aadcd4a5 (diff)
downloadhomebrew-a9b6929a69cece04dc29642ffa190eb9e7d32109.tar.bz2
pyside: style
Diffstat (limited to 'Library/Formula/pyside.rb')
-rw-r--r--Library/Formula/pyside.rb2
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