From 4315ecba7157e060c932295fcac959eecd723bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 1 Oct 2018 13:56:31 +0200 Subject: dev-util/cquery: use git instead of tar to support submodules --- dev-util/cquery/cquery-20180718.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-util/cquery/cquery-20180718.ebuild') 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" -- cgit v1.2.3