Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
valgrind: moving mmosr to stable
Browse files Browse the repository at this point in the history
Lets Valgrind users try the head on Yosemite and above. Fixes [this
comment](#29988 (comment)
63743711).

Closes #34331.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
DomT4 authored and jacknagel committed Nov 21, 2014
1 parent 3a93920 commit de9b8dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Library/Formula/valgrind.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit de9b8dc

Please sign in to comment.