coq: cleanup requirement naming.
This commit is contained in:
parent
58dfe22d0d
commit
968429d7a6
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
require "formula"
|
||||
|
||||
class TransitionalMode < Requirement
|
||||
class Camlp5TransitionalModeRequirement < Requirement
|
||||
fatal true
|
||||
|
||||
satisfy { !Tab.for_name("camlp5").include?("strict") }
|
||||
|
@ -27,7 +27,7 @@ class Coq < Formula
|
|||
sha256 "3dcdec51e2d2402d6ec9bca3f5f1d29a486995fcccfbb46e9b023f18715a4968" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on TransitionalMode
|
||||
depends_on Camlp5TransitionalModeRequirement
|
||||
depends_on "objective-caml"
|
||||
depends_on "camlp5"
|
||||
|
||||
|
|
Loading…
Reference in a new issue