From: Michael Palimaka Date: Tue, 20 Mar 2018 11:35:06 +0000 (+1100) Subject: dev-util/lxqt-build-tools: use https for EGIT_REPO_URI too X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b26dee4a5d7a8dd97923549a434182e0ecbb94bf;p=gentoo.git dev-util/lxqt-build-tools: use https for EGIT_REPO_URI too Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild index 2e7a30904d4b..a28ed1dceef5 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://lxqt.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" + EGIT_REPO_URI="https://github.com/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86"