aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2014-10-17 05:05:44 +0100
committerJack Nagel2014-10-17 12:39:52 -0500
commite00b53769d07aded1dd08f7048b146b7bfa90614 (patch)
tree30846c3eb5eae27d5544f7acb01eb5b0514bddf9
parent2a3afcd8e525f717dbc57e450b6bb619a813ff7c (diff)
downloadhomebrew-e00b53769d07aded1dd08f7048b146b7bfa90614.tar.bz2
valgrind: maxmacos dep
Hopefully this stops [this](https://github.com/Homebrew/homebrew/issues/29988#issuecomment-59 435790) becoming a repetitive issue, given Valgrind’s slow update schedule. Closes #33251. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/valgrind.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb
index 835f00421..26b9e8368 100644
--- a/Library/Formula/valgrind.rb
+++ b/Library/Formula/valgrind.rb
@@ -37,6 +37,8 @@ class Valgrind < Formula
end
depends_on :macos => :snow_leopard
+ # Revisit the below requirement with each release
+ depends_on MaximumMacOSRequirement => :mavericks
# Valgrind needs vcpreload_core-*-darwin.so to have execute permissions.
# See #2150 for more information.