diff options
| author | Dominyk Tiller | 2014-11-20 01:19:59 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2014-11-21 00:59:30 -0600 | 
| commit | de9b8dcfcc0d13c57e257988c497d02b94615129 (patch) | |
| tree | 08d196cdabd2b4418224e2f69f14a6eab0e7bb8f | |
| parent | 3a939207b5a54bb5e3986ed202f8667822bbbf55 (diff) | |
| download | homebrew-de9b8dcfcc0d13c57e257988c497d02b94615129.tar.bz2 | |
valgrind: moving mmosr to stable
Lets Valgrind users try the head on Yosemite and above. Fixes [this
comment](https://github.com/Homebrew/homebrew/issues/29988#issuecomment-
63743711).
Closes #34331.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/valgrind.rb | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb index 26b9e8368..b153b2f05 100644 --- a/Library/Formula/valgrind.rb +++ b/Library/Formula/valgrind.rb @@ -13,6 +13,9 @@ class Valgrind < Formula        url "https://gist.githubusercontent.com/jacknagel/369bedc191e0a0795358/raw/a71e6c0fdcb786fdfde2fc33d71d555b18bcfe8d/valgrind-sdk-paths-Makefile-in.diff"        sha1 "4210431e2a12c191875391b144b9a45cc76496c1"      end + +    # Revisit the below requirement with each release +    depends_on MaximumMacOSRequirement => :mavericks    end    bottle do @@ -37,8 +40,6 @@ 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. | 
