keg_only_reason and cc_failures are not DSL methods
This commit is contained in:
parent
e1480953e6
commit
bac0536730
@ -666,8 +666,8 @@ class Formula
|
|||||||
# The methods below define the formula DSL.
|
# The methods below define the formula DSL.
|
||||||
class << self
|
class << self
|
||||||
|
|
||||||
attr_rw :homepage, :keg_only_reason, :cc_failures
|
attr_reader :keg_only_reason, :cc_failures
|
||||||
attr_rw :plist_startup, :plist_manual
|
attr_rw :homepage, :plist_startup, :plist_manual
|
||||||
|
|
||||||
def specs
|
def specs
|
||||||
@specs ||= [stable, devel, head, bottle].freeze
|
@specs ||= [stable, devel, head, bottle].freeze
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user