summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-05-30 19:35:02 +0200
committerJustin Lecher <jlec@gentoo.org>2016-05-30 19:35:02 +0200
commit83536af45d2f5ff85fe15aefaee0d51e8c16a4f4 (patch)
tree81520890467f7b30a3d3f2e5177f405d9e652478 /eclass
parent2af0d0caf89d8540d9d0c3ec90486db1dd969bf2 (diff)
parent8b0bacf3e4d59516b29bdbf5b3ce740fe8c0ec02 (diff)
downloadgentoo-83536af45d2f5ff85fe15aefaee0d51e8c16a4f4.tar.gz
gentoo-83536af45d2f5ff85fe15aefaee0d51e8c16a4f4.tar.xz
Merge branch 'anthonyryan1-github'
* anthonyryan1-github: HTTPS (and canonicalize domain) for github.com
Diffstat (limited to 'eclass')
-rw-r--r--eclass/go-mono.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass
index ff790c61518..3ff2ad4001e 100644
--- a/eclass/go-mono.eclass
+++ b/eclass/go-mono.eclass
@@ -32,13 +32,13 @@ then
elif [[ "${PV}" == "9999" ]]
then
GO_MONO_P=${P}
- EGIT_REPO_URI="http://github.com/mono/${GIT_PN}.git"
+ EGIT_REPO_URI="https://github.com/mono/${GIT_PN}.git"
SRC_URI=""
inherit autotools git
elif [[ "${PV%.9999}" != "${PV}" ]]
then
GO_MONO_P=${P}
- EGIT_REPO_URI="http://github.com/mono/${GIT_PN}.git"
+ EGIT_REPO_URI="https://github.com/mono/${GIT_PN}.git"
EGIT_BRANCH="mono-$(get_version_component_range 1)-$(get_version_component_range 2)${GO_MONO_SUB_BRANCH}"
SRC_URI=""
inherit autotools git