Jack Nagel 7531dfc219 Allow explicitly requiring universal deps
Previously, instructing Homebrew that all dependencies should be built
universal could be accomplished by redefining BuildOptions#universal? in
the class body:

  def build.universal?
    true
  end

However, the build object is no longer shared by all specs, so this is
insufficient. Instead, a new DSL method, "require_universal_deps", can
be used.

This feature is almost exclusively for wine, which requires universal
deps but does not itself have a universal option, since it is always
built 32-bit.
2013-09-21 19:27:24 -05:00
..
2013-09-19 23:36:15 -07:00
2013-09-21 19:27:24 -05:00
2013-09-17 13:58:34 -05:00
2013-06-22 21:40:26 -05:00
2013-06-23 14:31:43 +01:00
2013-09-01 13:19:13 -07:00
2013-09-11 22:05:26 -07:00
2013-09-19 23:10:09 -07:00
2013-08-15 22:46:56 -07:00
2013-08-24 16:42:29 -07:00
2013-05-23 12:50:31 -07:00
2013-08-19 17:21:13 -05:00
2013-09-01 13:19:13 -07:00
2013-09-17 06:44:25 -07:00