sys-power/powertop: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 11:04:24 +0000 (21:04 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:15:51 +0000 (11:15 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sys-power/powertop/powertop-2.6.ebuild
sys-power/powertop/powertop-2.8.ebuild
sys-power/powertop/powertop-9999.ebuild

index 23edcfe371616c2d3470243505c406661ffb2ffb..05849a56292bfac55354442ece0e667bb0584a8e 100644 (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
index d206d473bc11eb1fbae7448a5ef7f22eef1144b7..d3d8039ade6eb356eae54fe1c40b348dd172df4b 100644 (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
index 69c60eb066cb3de0693bc1e144296dd73c2982d6..8d4d40d26b9385d41e2fc27eadc535b3f887a1ad 100644 (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