From: David Hicks Date: Sat, 29 Jul 2017 00:52:43 +0000 (+1000) Subject: app-laptop/mbpfan: use HTTPS for GitHub X-Git-Url: http://git.tremily.us/?p=gentoo.git;a=commitdiff_plain;h=cce8b504c2eec824565a505af111e0aac5446d52 app-laptop/mbpfan: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/app-laptop/mbpfan/mbpfan-2.0.0.ebuild b/app-laptop/mbpfan/mbpfan-2.0.0.ebuild index 7cb1c54849c4..fb1fc7c3f9dc 100644 --- a/app-laptop/mbpfan/mbpfan-2.0.0.ebuild +++ b/app-laptop/mbpfan/mbpfan-2.0.0.ebuild @@ -13,7 +13,7 @@ RESTRICT="test" # will fail if the hardware is unavailable, not useful if [[ "${PV}" = 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/dgraziotin/${PN}.git" + EGIT_REPO_URI="https://github.com/dgraziotin/${PN}.git" KEYWORDS="" else SRC_URI="https://github.com/dgraziotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-laptop/mbpfan/mbpfan-9999.ebuild b/app-laptop/mbpfan/mbpfan-9999.ebuild index 7cb1c54849c4..fb1fc7c3f9dc 100644 --- a/app-laptop/mbpfan/mbpfan-9999.ebuild +++ b/app-laptop/mbpfan/mbpfan-9999.ebuild @@ -13,7 +13,7 @@ RESTRICT="test" # will fail if the hardware is unavailable, not useful if [[ "${PV}" = 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/dgraziotin/${PN}.git" + EGIT_REPO_URI="https://github.com/dgraziotin/${PN}.git" KEYWORDS="" else SRC_URI="https://github.com/dgraziotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"