Fix missing keg-only on pre-Mountain Lion formulae.

Closes Homebrew/homebrew#15375.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
mbcoguno 2012-10-05 16:06:24 +08:00 committed by Adam Vandenberg
parent 1f45f2b308
commit b050517c77
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ class Md < Formula
sha1 '0128de65a4da2ef9655f3b1e6a94d2f8ae292414'
# OS X up to and including Lion 10.7 includes 'md'
keg_only :provided_by_osx unless MacOS.version >= :mountain_lion
keg_only :provided_pre_mountain_lion
def install
cd 'md' do

View File

@ -5,7 +5,7 @@ class Texi2html < Formula
url 'http://download.savannah.gnu.org/releases/texi2html/texi2html-1.82.tar.gz'
sha1 'e7bbe1197147566250abd5c456b94c8e37e0a81f'
keg_only :provided_by_osx unless MacOS.version >= :mountain_lion
keg_only :provided_pre_mountain_lion
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}",