net-mgmt/netdata: disable ML on powerpc64le to fix build
if test "${host_cpu}" = "powerpc64le"; then
have_cxx17="no" have_cxx11="no" CPP_STD_FLAG="" cpp_std_to_use="no c++ on powerpc64le" AM_CONDITIONAL([HAVE_CXX17], [false]) AM_CONDITIONAL([HAVE_CXX11], [false])
fi