diff options
| author | Jack Nagel | 2014-03-30 23:09:39 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-30 23:13:31 -0500 |
| commit | 4ad61c84da4c6b1d583dce8c98b381b45385788a (patch) | |
| tree | b82dde0dbe1e6697ba27ebec3f26386b6000e0fa /Library | |
| parent | e506e34f5a5b78d20942cdd26db30dd309b998dd (diff) | |
| download | homebrew-4ad61c84da4c6b1d583dce8c98b381b45385788a.tar.bz2 | |
python: fix indentation
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/python.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 7aaf24755..cba83d0ce 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -157,13 +157,13 @@ class Python < Formula prefix=#{HOMEBREW_PREFIX} EOF - # Fixes setting Python build flags for certain software - # See: https://github.com/Homebrew/homebrew/pull/20182 - # http://bugs.python.org/issue3588 - inreplace lib_cellar/"config/Makefile" do |s| - s.change_make_var! "LINKFORSHARED", - "-u _PyMac_Error $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)" - end + # Fixes setting Python build flags for certain software + # See: https://github.com/Homebrew/homebrew/pull/20182 + # http://bugs.python.org/issue3588 + inreplace lib_cellar/"config/Makefile" do |s| + s.change_make_var! "LINKFORSHARED", + "-u _PyMac_Error $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)" + end end def distutils_fix_superenv(args) |
