aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:18 -0500
committerJack Nagel2014-03-20 21:44:12 -0500
commit4b4bded59d29960ef5424d9cfcb10bea425e10d2 (patch)
tree37c1a74ad23277542e3f79ae5e3ce9ab3826f3a1 /Library
parent00d3386602b10eb2a22adc54cb031a5d274e90d4 (diff)
downloadhomebrew-4b4bded59d29960ef5424d9cfcb10bea425e10d2.tar.bz2
pyexiv2: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pyexiv2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pyexiv2.rb b/Library/Formula/pyexiv2.rb
index cce22e688..649bd59d1 100644
--- a/Library/Formula/pyexiv2.rb
+++ b/Library/Formula/pyexiv2.rb
@@ -10,7 +10,7 @@ class Pyexiv2 < Formula
depends_on 'boost'
# Patch to use Framework Python
- def patches; DATA; end
+ patch :DATA
def install
# this build script ignores CPPFLAGS, but it honors CXXFLAGS