diff options
author | 2017-07-29 17:56:02 +1000 | |
---|---|---|
committer | 2017-07-30 11:15:29 +0200 | |
commit | 5140a51b38b233920ef9bae844c8e9c3fcef7c0d (patch) | |
tree | 49c53d9f6aaa094f8152b7da828858862f6d04da /dev-libs/rapidjson | |
parent | dev-lang/go: use HTTPS for GitHub and HOMEPAGE domain (diff) | |
download | gentoo-5140a51b38b233920ef9bae844c8e9c3fcef7c0d.tar.gz gentoo-5140a51b38b233920ef9bae844c8e9c3fcef7c0d.tar.bz2 gentoo-5140a51b38b233920ef9bae844c8e9c3fcef7c0d.zip |
dev-libs/rapidjson: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/rapidjson')
-rw-r--r-- | dev-libs/rapidjson/rapidjson-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/rapidjson/rapidjson-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/rapidjson/rapidjson-1.1.0.ebuild b/dev-libs/rapidjson/rapidjson-1.1.0.ebuild index 8f3a254b7911..5d6d2183e515 100644 --- a/dev-libs/rapidjson/rapidjson-1.1.0.ebuild +++ b/dev-libs/rapidjson/rapidjson-1.1.0.ebuild @@ -13,7 +13,7 @@ IUSE="doc examples test" SLOT="0" if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/miloyip/rapidjson.git" + EGIT_REPO_URI="https://github.com/miloyip/rapidjson.git" inherit git-r3 else SRC_URI="https://github.com/miloyip/rapidjson/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-libs/rapidjson/rapidjson-9999.ebuild b/dev-libs/rapidjson/rapidjson-9999.ebuild index 8f3a254b7911..5d6d2183e515 100644 --- a/dev-libs/rapidjson/rapidjson-9999.ebuild +++ b/dev-libs/rapidjson/rapidjson-9999.ebuild @@ -13,7 +13,7 @@ IUSE="doc examples test" SLOT="0" if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/miloyip/rapidjson.git" + EGIT_REPO_URI="https://github.com/miloyip/rapidjson.git" inherit git-r3 else SRC_URI="https://github.com/miloyip/rapidjson/archive/v${PV}.tar.gz -> ${P}.tar.gz" |