diff options
| author | Jack Nagel | 2013-12-05 10:16:20 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-05 12:49:52 -0600 |
| commit | 510c2fc6f9ba8c7e42f21ead3b13f6947ed832a9 (patch) | |
| tree | 25e3e70e46838e12f5c6cc9ef938cf502cb03eae /Library/Formula/fontconfig.rb | |
| parent | 975ce057bc88a561d6125c962f89d2d10d099bb6 (diff) | |
| download | homebrew-510c2fc6f9ba8c7e42f21ead3b13f6947ed832a9.tar.bz2 | |
fontconfig: add relocatable bottle
Diffstat (limited to 'Library/Formula/fontconfig.rb')
| -rw-r--r-- | Library/Formula/fontconfig.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/fontconfig.rb b/Library/Formula/fontconfig.rb index df1ff71ef..8407a2d29 100644 --- a/Library/Formula/fontconfig.rb +++ b/Library/Formula/fontconfig.rb @@ -6,9 +6,11 @@ class Fontconfig < Formula sha1 '969818b0326ac08241b11cbeaa4f203699f9b550' bottle do - # Included with X11 so no bottle needed before Mountain Lion. - sha1 'fe9ea7cf87a3f442571a93fda6ed539f74b5ecea' => :mavericks - sha1 '5ed39070bb5b0d7316d14567e0b952725fec4e58' => :mountain_lion + cellar :any + revision 1 + sha1 '75aac7c039827ca3581116466cc7328c44eab4d6' => :mavericks + sha1 'ee6d064b5381c7d1884695bce1a0e39f2dfc15a5' => :mountain_lion + sha1 '7fc50a2d18fd503769aa70fd3811a12f5e8b03bf' => :lion end keg_only :provided_pre_mountain_lion |
