diff options
| author | Mike McQuaid | 2015-02-20 15:36:40 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-20 15:39:34 +0000 | 
| commit | bf05e4ab53887c18aeb1abcc8fcead48070feee0 (patch) | |
| tree | 8651bc4d23244a732c2526e9bc0a4b063c5e756f | |
| parent | 19ee6d744b06e64e9dc5ec638dda6e80ecfa3661 (diff) | |
| download | homebrew-bf05e4ab53887c18aeb1abcc8fcead48070feee0.tar.bz2 | |
direnv: mark bottle as relocatable.
| -rw-r--r-- | Library/Formula/direnv.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb index 045f11945..21972a6ba 100644 --- a/Library/Formula/direnv.rb +++ b/Library/Formula/direnv.rb @@ -6,6 +6,7 @@ class Direnv < Formula    head "https://github.com/zimbatm/direnv.git"    bottle do +    cellar :any      sha1 "0cee43bd9df0e2f376e6edfaaebb6ca537df0692" => :yosemite      sha1 "9d0cd4d5ec285daba2d2e4237cac58e963fd88fc" => :mavericks      sha1 "26f4abf81efa2bcf23ae58c0a913ac6b93ef3f1d" => :mountain_lion  | 
