aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/shiboken.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:19 -0500
committerJack Nagel2014-03-20 21:44:14 -0500
commit2396c4472e13e92506cea28679031a0e5678bd69 (patch)
tree6e46392d7101974f83f630e64206bda439f87196 /Library/Formula/shiboken.rb
parent0d2e4103ab91c8ef9e64ef6272c027d69ae07e04 (diff)
downloadhomebrew-2396c4472e13e92506cea28679031a0e5678bd69.tar.bz2
shiboken: use patch DSL
Diffstat (limited to 'Library/Formula/shiboken.rb')
-rw-r--r--Library/Formula/shiboken.rb10
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/shiboken.rb b/Library/Formula/shiboken.rb
index 625188d6e..f80550f4c 100644
--- a/Library/Formula/shiboken.rb
+++ b/Library/Formula/shiboken.rb
@@ -14,12 +14,10 @@ class Shiboken < Formula
depends_on :python => :recommended
depends_on :python3 => :optional
- def patches
- # This fixes issues with libc++ and its lack of the tr1 namespace.
- # Upstream ticket: https://bugreports.qt-project.org/browse/PYSIDE-200
- # Patch is currently under code review at: https://codereview.qt-project.org/#change,69324
- DATA
- end
+ # This fixes issues with libc++ and its lack of the tr1 namespace.
+ # Upstream ticket: https://bugreports.qt-project.org/browse/PYSIDE-200
+ # Patch is currently under code review at: https://codereview.qt-project.org/#change,69324
+ patch :DATA
def install
# As of 1.1.1 the install fails unless you do an out of tree build and put