aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-12-09 15:15:53 -0600
committerJack Nagel2013-12-09 15:15:53 -0600
commit29c00f58db2422db63f725fe71984f04c175dbcb (patch)
tree7b487891596f9b729e51e9a9fec3eda2afbef9eb
parente8f63c598658ccc162e7aca32a49f1f86534c801 (diff)
downloadhomebrew-29c00f58db2422db63f725fe71984f04c175dbcb.tar.bz2
keg_only_reason and cc_failures are not DSL methods
-rw-r--r--Library/Homebrew/formula.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index c18fb59a1..e1c1ded55 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -666,8 +666,8 @@ class Formula
# The methods below define the formula DSL.
class << self
- attr_rw :homepage, :keg_only_reason, :cc_failures
- attr_rw :plist_startup, :plist_manual
+ attr_reader :keg_only_reason, :cc_failures
+ attr_rw :homepage, :plist_startup, :plist_manual
def specs
@specs ||= [stable, devel, head, bottle].freeze