From 4cf877ee88c7e70b8a99596213c6f28b21bb0b69 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sat, 29 Jul 2017 17:48:52 +1000 Subject: [PATCH] dev-lang/ispc: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-lang/ispc/ispc-1.9.1.ebuild | 2 +- dev-lang/ispc/ispc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/ispc/ispc-1.9.1.ebuild b/dev-lang/ispc/ispc-1.9.1.ebuild index 6f982be9b00d..3c7b498b6914 100644 --- a/dev-lang/ispc/ispc-1.9.1.ebuild +++ b/dev-lang/ispc/ispc-1.9.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://ispc.github.com/" if [[ ${PV} = *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/ispc/ispc.git" + EGIT_REPO_URI="https://github.com/ispc/ispc.git" KEYWORDS="" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index 5104895366db..9960e29ff26f 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://ispc.github.com/" if [[ ${PV} = *9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/ispc/ispc.git" + EGIT_REPO_URI="https://github.com/ispc/ispc.git" KEYWORDS="" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -- 2.26.2