From 7f695210e2e2f917d0b52f068da22ea5d712c096 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Fri, 11 Jan 2013 15:22:16 -0600 Subject: sqlite: style nits --- Library/Formula/sqlite.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index bcc2bf30c..c77b0594c 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -26,7 +26,7 @@ class Sqlite < Formula option 'with-fts', 'Enable the FTS module' option 'with-functions', 'Enable more math and string functions for SQL queries' - keg_only "OS X already provides (an older) sqlite3." + keg_only :provided_by_osx, "OS X already provides (an older) sqlite3." def install ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_RTREE" unless build.include? "without-rtree" -- cgit v1.2.3