aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2013-01-11 15:22:16 -0600
committerMisty De Meo2013-01-11 15:22:16 -0600
commit7f695210e2e2f917d0b52f068da22ea5d712c096 (patch)
tree76b4b3c6c528b6e8ac206fc7cfc28f4e97f1017d /Library
parent8efffb53c630a10ceca0215635c4dfabb0e2718f (diff)
downloadhomebrew-7f695210e2e2f917d0b52f068da22ea5d712c096.tar.bz2
sqlite: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sqlite.rb2
1 files changed, 1 insertions, 1 deletions
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"