zermoq: drop questionable gem installation caveats

This commit is contained in:
Jack Nagel 2014-12-25 22:51:00 -05:00
parent 5eec2d25fd
commit 61f357fd5c

View file

@ -48,12 +48,4 @@ class Zeromq < Formula
system "make"
system "make", "install"
end
def caveats; <<-EOS.undent
To install the zmq gem on 10.6 with the system Ruby on a 64-bit machine,
you may need to do:
ARCHFLAGS="-arch x86_64" gem install zmq -- --with-zmq-dir=#{opt_prefix}
EOS
end
end