rtorrent: add note about clang failure

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-04-03 16:55:52 -05:00
parent fe8af7b930
commit 662625dbfd

View file

@ -10,6 +10,8 @@ class Rtorrent < Formula
depends_on 'libtorrent'
depends_on 'xmlrpc-c' => :optional
# Upstream says this is fixed in 0.9.x series, so check if this is
# still needed when the next stable rtorrent release is made.
fails_with :clang do
build 318
end