diff options
| author | Samuel John | 2013-06-18 16:45:18 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-18 16:46:42 +0200 |
| commit | 8a696ff753bb65d47e0df7dd4ef0995047180b53 (patch) | |
| tree | 22581c10378f38e686f8e1efe4bffd8af759bb5c /Library/Formula | |
| parent | b3a083e08f7319b76c40c76bf2db01192b7f778b (diff) | |
| download | homebrew-8a696ff753bb65d47e0df7dd4ef0995047180b53.tar.bz2 | |
libxml2: Clearer wording Homebrew's site-packages
Style fix in PythonInstalled req. that is :recommended.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libxml2.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libxml2.rb b/Library/Formula/libxml2.rb index 630094f95..401c51a27 100644 --- a/Library/Formula/libxml2.rb +++ b/Library/Formula/libxml2.rb @@ -19,7 +19,7 @@ class Libxml2 < Formula depends_on :libtool else # 2.9.1 cannot build with Python 2.6: https://github.com/mxcl/homebrew/issues/20249 - depends_on PythonInstalled.new("2.7", :recommended) + depends_on PythonInstalled.new("2.7") => :recommended end fails_with :llvm do @@ -64,7 +64,7 @@ class Libxml2 < Formula if build.with? 'python' <<-EOS.undent Even if this formula is keg_only, the python bindings have been linked - into the global site-packages for your convenience. + into Homebrew's global site-packages for your convenience. #{python.global_site_packages} EOS |
