aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-01-26 11:57:12 -0600
committerJack Nagel2013-01-26 12:29:15 -0600
commit0f1f0e5142561b3d821973b85e6ad7c20d0db3cb (patch)
tree58764d329f43349afb4ff0fea6b8c11ac8dbdba3 /Library/Formula
parente23503af3d3ed94c3981850cc4c22db35f8d02f4 (diff)
downloadhomebrew-0f1f0e5142561b3d821973b85e6ad7c20d0db3cb.tar.bz2
duplicity: make universal optional
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/duplicity.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb
index 2ee26e33e..d1825bdab 100644
--- a/Library/Formula/duplicity.rb
+++ b/Library/Formula/duplicity.rb
@@ -8,8 +8,10 @@ class Duplicity < Formula
depends_on 'librsync'
depends_on 'gnupg'
+ option :universal
+
def install
- ENV.universal_binary
+ ENV.universal_binary if build.universal?
# Install mostly into libexec
system "python", "setup.py", "install",
"--prefix=#{prefix}",