From cacd5d2b6b657eefc4c51009cb15ac06d3bc141d Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 1 Sep 2017 18:21:10 +0000 Subject: [PATCH] Mark BROKEN: fails to build ** (Mix) You're trying to run :simple_bayes on Elixir v1.4.5 but it has declared in its mix.exs file it supports only Elixir ~> 1.5 Reported by: pkg-fallout --- devel/elixir-simple_bayes/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/elixir-simple_bayes/Makefile b/devel/elixir-simple_bayes/Makefile index 57cbf5787d4e..3d5f3b595a06 100644 --- a/devel/elixir-simple_bayes/Makefile +++ b/devel/elixir-simple_bayes/Makefile @@ -11,6 +11,8 @@ COMMENT= Naive Bayes machine learning implementation in Elixir LICENSE= MIT +BROKEN= fails to build + USES= elixir USE_GITHUB= yes GH_ACCOUNT= fredwu