summaryrefslogtreecommitdiff
path: root/devel/erlang-bbmustache/files/patch-rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'devel/erlang-bbmustache/files/patch-rebar.config')
-rw-r--r--devel/erlang-bbmustache/files/patch-rebar.config22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/erlang-bbmustache/files/patch-rebar.config b/devel/erlang-bbmustache/files/patch-rebar.config
deleted file mode 100644
index f52f59f04e37..000000000000
--- a/devel/erlang-bbmustache/files/patch-rebar.config
+++ /dev/null
@@ -1,22 +0,0 @@
---- rebar.config.orig 2016-08-26 12:49:57 UTC
-+++ rebar.config
-@@ -29,19 +29,15 @@
- {profiles, [{test, [{erl_opts, [export_all]},
- {deps,
- [
-- {jsone, "1.2.6"},
-- {mustache_spec, ".*", {git, "git://github.com/soranoba/spec.git", {tag, "v1.1.3-erl"}}}
- ]},
- {plugins, [rebar3_raw_deps]}
- ]},
- {dev, [{deps,
- [
-- {edown, ".*", {git, "git://github.com/uwiger/edown.git", {branch, "master"}}}
- ]}
- ]},
- {bench, [{deps,
- [
-- {mustache, ".*", {git, "git://github.com/mojombo/mustache.erl", {tag, "v0.1.1"}}}
- ]}
- ]}
- ]}.