libevent: remove pincaster conflict

This commit is contained in:
FX Coudert 2019-08-30 11:22:32 +02:00
parent 8a7e6167b4
commit b12501fdc6

View file

@ -18,9 +18,6 @@ class Libevent < Formula
depends_on "pkg-config" => :build
depends_on "openssl"
conflicts_with "pincaster",
:because => "both install `event_rpcgen.py` binaries"
def install
inreplace "Doxyfile", /GENERATE_MAN\s*=\s*NO/, "GENERATE_MAN = YES"
system "./autogen.sh"