aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/brewkit.rb
diff options
context:
space:
mode:
authorMax Howell2011-08-02 12:00:30 +0100
committerMax Howell2011-08-02 12:22:58 +0100
commitb36dcc4ffde9a4f7419e9f876eac6ee77aaf3338 (patch)
tree2445f9aa1fabf4ef975075ac8311798d4eb24a96 /Library/Homebrew/compat/brewkit.rb
parent6726fe090f4c9c719f498a8002ae5f270e389a04 (diff)
downloadbrew-b36dcc4ffde9a4f7419e9f876eac6ee77aaf3338.tar.bz2
Improve compatibility for old formula
Allow compatibility to be disabled with --no-compat or HOMEBREW_NO_COMPAT environment variable.
Diffstat (limited to 'Library/Homebrew/compat/brewkit.rb')
-rw-r--r--Library/Homebrew/compat/brewkit.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/compat/brewkit.rb b/Library/Homebrew/compat/brewkit.rb
new file mode 100644
index 000000000..59a0bf150
--- /dev/null
+++ b/Library/Homebrew/compat/brewkit.rb
@@ -0,0 +1,3 @@
+# here so that formula from the repo that are very old can still be installed
+
+require 'formula'