sys-power/powertop: 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:04:24 +10:00
committed by Michał Górny
parent 059dbd5bb2
commit 0f5699ab6c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit eutils linux-info autotools
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/fenrus75/powertop.git"
EGIT_REPO_URI="https://github.com/fenrus75/powertop.git"
inherit git-2 autotools
SRC_URI=""
else

View File

@@ -5,7 +5,7 @@ EAPI="5"
inherit eutils linux-info
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/fenrus75/powertop.git"
EGIT_REPO_URI="https://github.com/fenrus75/powertop.git"
inherit git-2 autotools
SRC_URI=""
else

View File

@@ -5,7 +5,7 @@ EAPI="6"
inherit eutils linux-info
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/fenrus75/powertop.git"
EGIT_REPO_URI="https://github.com/fenrus75/powertop.git"
inherit git-r3 autotools
SRC_URI=""
else