sys-devel/byfl: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-29 21:28:58 +10:00
committed by Michał Górny
parent d4888952e7
commit e6e7a80ad5
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ inherit flag-o-matic
if [ "${PV}" = "9999" ]; then
LLVM_VERSION="3.8.0"
EGIT_REPO_URI="git://github.com/lanl/${PN^b}.git https://github.com/lanl/${PN}.git"
EGIT_REPO_URI="https://github.com/lanl/Byfl.git"
inherit autotools git-r3
KEYWORDS=""
else

View File

@@ -7,7 +7,7 @@ inherit flag-o-matic
if [ "${PV}" = "9999" ]; then
LLVM_VERSION="3.8.0"
EGIT_REPO_URI="git://github.com/lanl/${PN^b}.git https://github.com/lanl/${PN}.git"
EGIT_REPO_URI="https://github.com/lanl/Byfl.git"
inherit autotools git-r3
KEYWORDS=""
else

View File

@@ -7,7 +7,7 @@ inherit flag-o-matic
if [ "${PV}" = "9999" ]; then
LLVM_VERSION="3.8.0"
EGIT_REPO_URI="git://github.com/lanl/${PN^b}.git https://github.com/lanl/${PN}.git"
EGIT_REPO_URI="https://github.com/lanl/Byfl.git"
inherit autotools git-r3
KEYWORDS=""
else