Skip to content

Commit

Permalink
dev-libs/rapidjson: use HTTPS for GitHub
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Jul 30, 2017
1 parent 8422bd4 commit 5140a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-libs/rapidjson/rapidjson-1.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/rapidjson/rapidjson-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5140a51

Please sign in to comment.