summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 17:48:52 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:47:40 +0200
commit4cf877ee88c7e70b8a99596213c6f28b21bb0b69 (patch)
tree937098d39b764e9209e63d1bfe3bbf43c8c635aa /dev-lang/ispc
parentdev-lang/yasm: use HTTPS for GitHub (diff)
downloadgentoo-4cf877ee88c7e70b8a99596213c6f28b21bb0b69.tar.gz
gentoo-4cf877ee88c7e70b8a99596213c6f28b21bb0b69.tar.bz2
gentoo-4cf877ee88c7e70b8a99596213c6f28b21bb0b69.zip
dev-lang/ispc: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r--dev-lang/ispc/ispc-1.9.1.ebuild2
-rw-r--r--dev-lang/ispc/ispc-9999.ebuild2
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"