dev-lang/go: use HTTPS for GitHub and HOMEPAGE domain

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-29 17:52:16 +10:00
committed by Michał Górny
parent 4e29e66808
commit 8422bd4399
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz )
case ${PV} in
*9999*)
EGIT_REPO_URI="git://github.com/golang/go.git"
EGIT_REPO_URI="https://github.com/golang/go.git"
inherit git-r3
;;
*)
@@ -52,7 +52,7 @@ esac
SRC_URI+="!gccgo? ( ${BOOTSTRAP_URI} )"
DESCRIPTION="A concurrent garbage collected and typesafe programming language"
HOMEPAGE="http://www.golang.org"
HOMEPAGE="https://golang.org"
LICENSE="BSD"
SLOT="0/${PV}"

View File

@@ -30,7 +30,7 @@ x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz )
case ${PV} in
*9999*)
EGIT_REPO_URI="git://github.com/golang/go.git"
EGIT_REPO_URI="https://github.com/golang/go.git"
inherit git-r3
;;
*)
@@ -52,7 +52,7 @@ esac
SRC_URI+="!gccgo? ( ${BOOTSTRAP_URI} )"
DESCRIPTION="A concurrent garbage collected and typesafe programming language"
HOMEPAGE="http://www.golang.org"
HOMEPAGE="https://golang.org"
LICENSE="BSD"
SLOT="0/${PV}"