From adee5315265cc46aa6a3057071527abb16e1cd94 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 9 Nov 2012 19:55:57 -0600 Subject: Rename readline to gnu-readline The Readline class clashes with the Readline module from the Ruby stdlib. This has mostly worked, but with the recent debugging support's integration of IRB, it is no longer possible for them to coexist. So we need to rename it. The implications of this are: - Anything that depends on readline will reinstall it as "gnu-readline". Anything already installed will continue to function. - "brew upgrade readline" will say "gnu-readline not installed", as "readline" is now an alias. - Probably other things. So there are some downsides, but we will just have to deal with them. Fixes #15776. --- Library/Formula/devtodo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/devtodo.rb') diff --git a/Library/Formula/devtodo.rb b/Library/Formula/devtodo.rb index d0e8c8cb3..a08f0d41e 100644 --- a/Library/Formula/devtodo.rb +++ b/Library/Formula/devtodo.rb @@ -5,7 +5,7 @@ class Devtodo < Formula url 'http://swapoff.org/files/devtodo/devtodo-0.1.20.tar.gz' sha1 '003067a12139d712dbb3706069e0950a93ecaaf4' - depends_on "readline" + depends_on "gnu-readline" # Fix invalid regex. See http://swapoff.org/ticket/54 # @adamv - this url not responding 3/17/2012 -- cgit v1.2.3