dev-python/rtslib: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-29 20:31:21 +10:00
committed by Michał Górny
parent 0a0dfe5861
commit 6e52272db2
2 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,8 +16,7 @@ IUSE=""
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/Datera/${PN}.git
https://github.com/Datera/${PN}.git"
EGIT_REPO_URI="https://github.com/Datera/${PN}.git"
KEYWORDS=""
else
MY_PV=${PV/_/-}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,8 +16,7 @@ IUSE=""
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/Datera/${PN}.git
https://github.com/Datera/${PN}.git"
EGIT_REPO_URI="https://github.com/Datera/${PN}.git"
KEYWORDS=""
else
MY_PV=${PV/_/-}