diff options
Diffstat (limited to 'devel/erlang-cuttlefish/files/patch-rebar.config')
-rw-r--r-- | devel/erlang-cuttlefish/files/patch-rebar.config | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/erlang-cuttlefish/files/patch-rebar.config b/devel/erlang-cuttlefish/files/patch-rebar.config deleted file mode 100644 index a6c2566ca14e..000000000000 --- a/devel/erlang-cuttlefish/files/patch-rebar.config +++ /dev/null @@ -1,25 +0,0 @@ ---- rebar.config.orig 2017-01-04 17:58:38 UTC -+++ rebar.config -@@ -1,6 +1,6 @@ --{require_otp_vsn, "R16|17|18"}. -+{require_otp_vsn, "R16|17|18|19|20|21|22"}. - --{erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info, warn_untyped_record]}. -+{erl_opts, [{parse_transform, lager_transform}, debug_info, warn_untyped_record]}. - - {eunit_opts, [verbose]}. - {cover_enabled, true}. -@@ -12,12 +12,9 @@ - {xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}. - - {deps, [ -- {getopt, ".*", {git, "https://github.com/basho/getopt.git", {tag, "v0.8.2"}}}, -- {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}}, -- {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.4"}}} - ]}. - - {post_hooks, [ - {"-win32", compile, "rebar escriptize"}, -- {"^((?!-win32).)*$", compile, "./rebar escriptize"} -+ {"^((?!-win32).)*$", compile, "rebar escriptize"} - ]}. |