diff options
| author | Jack Nagel | 2014-05-02 09:55:40 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-02 09:55:40 -0500 | 
| commit | f894fbec8214a19cdedd8349d60a5d7efcb783d3 (patch) | |
| tree | 08b24414133a9b42c367f78c9c372ad1dcf4c08f | |
| parent | 5b6e0fb0cfef66e3762863cbf74219ed7c4321ec (diff) | |
| download | homebrew-f894fbec8214a19cdedd8349d60a5d7efcb783d3.tar.bz2 | |
Remove orphaned patch declarations
| -rw-r--r-- | Library/Formula/pyside.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/shiboken.rb | 5 | 
2 files changed, 0 insertions, 7 deletions
| diff --git a/Library/Formula/pyside.rb b/Library/Formula/pyside.rb index e32741322..f971287c1 100644 --- a/Library/Formula/pyside.rb +++ b/Library/Formula/pyside.rb @@ -27,8 +27,6 @@ class Pyside < Formula      sha1 '9e424b03fe1f68e0326f3905738adcf27782f677'    end -  patch :DATA # Fix moc_qpytextobject.cxx not found (https://codereview.qt-project.org/62479) -    def install      if build.with? "docs"        (buildpath/"sphinx").mkpath diff --git a/Library/Formula/shiboken.rb b/Library/Formula/shiboken.rb index 5c6eb0ade..858894bec 100644 --- a/Library/Formula/shiboken.rb +++ b/Library/Formula/shiboken.rb @@ -14,11 +14,6 @@ class Shiboken < Formula    depends_on :python => :recommended    depends_on :python3 => :optional -  # 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      # the source dir last in the args. | 
