aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-18 08:09:22 -0700
committerAdam Vandenberg2013-06-18 08:09:22 -0700
commit95ad7707daa159a42bed59f0f758abfdf62e0137 (patch)
tree3fbc2e65827617308aa4145c039f4fa50babc896 /Library
parenta08108a6daac65b6728415055ea6f145ba9f1383 (diff)
downloadhomebrew-95ad7707daa159a42bed59f0f758abfdf62e0137.tar.bz2
nu: use :macos
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nu.rb12
1 files changed, 1 insertions, 11 deletions
diff --git a/Library/Formula/nu.rb b/Library/Formula/nu.rb
index e9136983a..801f5aabe 100644
--- a/Library/Formula/nu.rb
+++ b/Library/Formula/nu.rb
@@ -1,21 +1,11 @@
require 'formula'
-class NeedsLion < Requirement
- fatal true
-
- satisfy MacOS.version >= :lion
-
- def message
- "Nu requires Mac OS X 10.7 or newer"
- end
-end
-
class Nu < Formula
homepage 'http://programming.nu'
url 'http://programming.nu/releases/Nu-2.0.1.tgz'
sha1 'c0735f8f3daec9471b849f8e96827b5eef0ec44e'
- depends_on NeedsLion
+ depends_on :macos => :lion
depends_on 'pcre'
fails_with :llvm do