aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Formula-Cookbook.md
diff options
context:
space:
mode:
authorEricFromCanada2017-07-24 21:28:29 -0400
committerEricFromCanada2017-07-24 21:28:29 -0400
commitb4127ee84b42569cc58c4ce0335058b5cb85dae6 (patch)
tree8f83126117ddf77c2220d4f0366f63f48b6b2fd5 /docs/Formula-Cookbook.md
parentaa8eb21b8c650a2d0a5a060ff27507da60a17bee (diff)
downloadbrew-b4127ee84b42569cc58c4ce0335058b5cb85dae6.tar.bz2
docs: update guidelines for duplicates
As per #2873, duplicate and versioned formulae are fine if done right.
Diffstat (limited to 'docs/Formula-Cookbook.md')
-rw-r--r--docs/Formula-Cookbook.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md
index 38874ddb0..1d4f37f67 100644
--- a/docs/Formula-Cookbook.md
+++ b/docs/Formula-Cookbook.md
@@ -124,8 +124,6 @@ to locate our OpenSSL. You can see this mechanism in the
formula. Usually this is unnecessary because Homebrew sets up our [build environment](https://github.com/Homebrew/brew/blob/fb3bec8d70d375a97554d4c3fed82ad2332b2191/Library/Homebrew/extend/ENV/super.rb)
to favour finding `keg_only` formulae first.
-Homebrew maintains a special [tap that provides other useful system duplicates](https://github.com/Homebrew/homebrew-dupes).
-
*Important:* `$(brew --prefix)/bin` is NOT on the `PATH` during formula installation. If you have dependencies at build time, you must specify them and `brew` will add them to the `PATH` or create a [`Requirement`](http://www.rubydoc.info/github/Homebrew/brew/master/Requirement).
### Specifying other formulae as dependencies