You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2018/08/22 02:46:07 UTC

[arrow] branch master updated: ARROW-3100: [GLib] Follow Homebrew change that lua splits luarocks

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f04fc2  ARROW-3100: [GLib] Follow Homebrew change that lua splits luarocks
9f04fc2 is described below

commit 9f04fc2d13213b201ff3bc6fde529cadc55be678
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Wed Aug 22 11:45:47 2018 +0900

    ARROW-3100: [GLib] Follow Homebrew change that lua splits luarocks
    
    https://github.com/Homebrew/homebrew-core/commit/799af8798dcd485e97dc18aa0603c5575a714f0f
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #2459 from kou/glib-luarocks and squashes the following commits:
    
    726cde4b <Kouhei Sutou>  Follow Homebrew change that lua splits luarocks
---
 c_glib/Brewfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/c_glib/Brewfile b/c_glib/Brewfile
index 07a8cce..3549384 100644
--- a/c_glib/Brewfile
+++ b/c_glib/Brewfile
@@ -26,5 +26,6 @@ brew "gtk-doc"
 brew "jemalloc"
 brew "libtool"
 brew "lua"
+brew "luarocks"
 brew "ninja"
 brew "wget"