From 2c9ae6475b0d01a6b4d42e906c09a81ad8a1eecf Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Fri, 25 Nov 2016 15:07:56 +0100 Subject: [PATCH] We need only go and git for head builds --- gitea.rb | 2 -- lgtm.rb | 2 -- 2 files changed, 4 deletions(-) diff --git a/gitea.rb b/gitea.rb index 7c6911f..1409031 100644 --- a/gitea.rb +++ b/gitea.rb @@ -20,8 +20,6 @@ class Gitea < Formula url "https://github.com/go-gitea/gitea.git", :branch => "master" depends_on "go" => :build - depends_on "mercurial" => :build - depends_on "bzr" => :build depends_on "git" => :build end diff --git a/lgtm.rb b/lgtm.rb index f851dce..1311936 100644 --- a/lgtm.rb +++ b/lgtm.rb @@ -20,8 +20,6 @@ class Lgtm < Formula url "https://github.com/go-gitea/lgtm.git", :branch => "master" depends_on "go" => :build - depends_on "mercurial" => :build - depends_on "bzr" => :build depends_on "git" => :build end