aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index c981ee3c0..6f642ce90 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -696,7 +696,7 @@ class Formula
# The methods below define the formula DSL.
class << self
- attr_rw :homepage, :keg_only_reason, :skip_clean_all, :cc_failures
+ attr_rw :homepage, :keg_only_reason, :cc_failures
attr_rw :plist_startup, :plist_manual
Checksum::TYPES.each do |cksum|