summaryrefslogtreecommitdiff
path: root/dev-util/cquery/cquery-20180718.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cquery/cquery-20180718.ebuild')
-rw-r--r--dev-util/cquery/cquery-20180718.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/cquery/cquery-20180718.ebuild b/dev-util/cquery/cquery-20180718.ebuild
index 8dd3596..e243daf 100644
--- a/dev-util/cquery/cquery-20180718.ebuild
+++ b/dev-util/cquery/cquery-20180718.ebuild
@@ -3,11 +3,13 @@
EAPI=6
-inherit cmake-utils llvm
+inherit cmake-utils llvm git-r3
DESCRIPTION="C/C++ language server"
HOMEPAGE="https://github.com/cquery-project/cquery"
-SRC_URI="https://github.com/cquery-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+# Tar does not contain 3rdparty files so we have to use git instead
+EGIT_REPO_URI="https://github.com/cquery-project/cquery.git"
+EGIT_COMMIT="v${PV}"
LICENSE="MIT"
SLOT="0"