aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/readline.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb
index 613e1cf32..3c32982ce 100644
--- a/Library/Formula/readline.rb
+++ b/Library/Formula/readline.rb
@@ -13,9 +13,8 @@ to keg-only.
end
def patches
- if MACOS_VERSION == 10.5
- (1..4).collect {|n| "ftp://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-%03d"%n}
- end
+ patches = (1..4).collect { |n| "ftp://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-%03d"%n }
+ { :p0 => patches }
end
def install