From 4a52acbc8d92bad2edbade6efd290a10dc3b8985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Simi=C4=87?= Date: Tue, 17 Jun 2014 17:16:41 +0100 Subject: [PATCH] Updated formula as per homebrew PR comment The comments are here: https://github.com/Homebrew/homebrew-binary/pull/57 --- pdftk.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdftk.rb b/pdftk.rb index 54a5593f7..e26695d31 100644 --- a/pdftk.rb +++ b/pdftk.rb @@ -15,7 +15,8 @@ class Pdftk < Formula :using => PkgExtract sha1 '93226ecef996d7ad833a773ee15f9b62365fb567' - depends_on :macos => :lion + depends_on :macos => :snow_leopard + depends_on :arch => :intel def install safe_system "pax --insecure -rz -f Payload.gz -s ',./bin,#{bin},' -s ',./man,#{man},' -s ',./lib,#{lib},' -s ',./license_gpl_pdftk,#{prefix}/LICENSE,' -s ',./,#{prefix}/README/,'"