diff options
Diffstat (limited to 'Library/Formula/cvs2svn.rb')
| -rw-r--r-- | Library/Formula/cvs2svn.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/cvs2svn.rb b/Library/Formula/cvs2svn.rb index 2f47a8ea4..e6bf23943 100644 --- a/Library/Formula/cvs2svn.rb +++ b/Library/Formula/cvs2svn.rb @@ -1,6 +1,8 @@ require 'formula' class PythonWithGdbm < Requirement + fatal true + def message; <<-EOS.undent The Python being used does not include gdbm support, but it is required to build this formula: @@ -14,10 +16,6 @@ class PythonWithGdbm < Requirement def satisfied? quiet_system "python", "-c", "import gdbm" end - - def fatal? - true - end end class Cvs2svn < Formula |
